PLEASE: How does this page look for you Netscape users?

Entity

Lifer
Oct 11, 1999
10,090
0
0
Ok, guys, we've been here before.

Here's the page:

Click Me!

The menu at the top doesn't seem to work in NS6 (argh, I hate NS!). I need to figure out how to modify the code to do the same thing (cursor = hand, turns blue on mouseover, and is clickable) but in NS and Opera.

How would I do that?

Current code:

<a target=&quot;_top&quot; href=&quot;http://www.hikefordiabetes.org/main.htm&quot;>
<td width=14% onMouseOver=&quot;this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';&quot; onMouseOut=&quot;this.style.backgroundColor='#FFFFFF';&quot;>
<div align=&quot;center&quot;><font color=&quot;#00008b&quot;>Home</font></div>
</td>
</a>

What can I change that to?

thanks,
Rob

Edit: I fixed everything, I think. How does it look to you Netscape users now?
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
Oh yeah - also, on the redirection page (if you notice, you go to index.htm, it decides, based on screen width, which page you should go to, then goes to intro.htm or intro800.htm), the page URL stays as intro.htm, even after it's been switched to the main.htm page. I can't see where I forgot to enter a target command.

Anyone else see it?

Rob
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
<td onmouseover=&quot;this.style.backgroundColor='#F8B172';this.style.cursor='hand';&quot; onmouseout=&quot;this.style.backgroundColor='#FFFFFF';this.style.cursor='hand';&quot; bgcolor=&quot;#FFFFFF&quot;> <div align=&quot;center&quot;><a href=&quot;http://www.cnn.com&quot;>Movies</a></div>





works on ns6



dam()
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
resolution redirect:



<script>var width = screen.width;var res =(((!(640-width))*1)+((!(800-width))*2)+((!(1024-width))*3)+((!(1152-width))*4)+((!(1280-width))*5)+((!(1600-width))*6)); if(!(res)) res = 1;if (res=='1') {window.location='http://www.yahoo.com'}if (res=='2') {window.location='http://www.yahoo.com'}if (res=='3') {window.location='http://www.yahoo.com'}if (res!='1' &amp;&amp; res!='2' &amp;&amp; res!='3') {window.location='http://www.yahoo.com'}</script>




dam()
 

Shuxclams

Diamond Member
Oct 10, 1999
9,286
15
81
cant click anything with NTSP 4.76, NTSP 6 gets the blue rollover and I can click all but the top navigator bar. :)




SHUX
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
In Opera, I get the hand, but not the blue. Any way to make it compatible w/Opera and older browsers?

Rob
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
hmm, yeah i just checked it with opera 4 i dont think they support css. well, what you can do is have a browser redirect.


its kinda lame but it might be the easiest way.


browser redirect and every browser direct page have a resolution redirect.

<script>version=parseInt(navigator.appVersion);if (navigator.appVersion.indexOf('5.')>-1){version=5}; browser='OTHER'; if (navigator.appName=='Netscape'){browser='NS'+version;} if (navigator.appName=='Microsoft Internet Explorer'){browser='MSIE'+version;} if (navigator.appVersion.indexOf('MSIE 3')>0) {browser='MSIE3';}if (browser=='MSIE3') {window.location='http://www.yahoo.com'}if (browser=='MSIE4') {window.location='http://www.yahoo.com'}if (browser=='MSIE5') {window.location='http://www.yahoo.com'}if (browser=='NS3') {window.location='http://www.yahoo.com'}if (browser=='NS4') {window.location='http://www.yahoo.com'}if (browser=='NS5') {window.location='http://www.yahoo.com'}if (browser=='OTHER') {window.location='http://www.yahoo.com'}</script>




dam()
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
How does it look to you in NS6?

Looks great in Opera, IE5. I removed NS6 b/c it was a hog and I hated it (first time installing a NS product since 4, used to love it, hate it now).

Rob
 

Feisters

Senior member
Oct 9, 1999
577
0
0
Netscape 4.7 - No blue rollover, just the &quot;finger&quot;. Other than that, it looks great! I ask though, why worry? The site is for a good cause. Are you interested in the eye-candy or the reason for the site?
 

kami

Lifer
Oct 9, 1999
17,627
5
81
I have Netscape 4.08 and it looks great on that. No blue rollovers, but netscape doesn't support that. No big deal.
Keep in mind that 80% or more of the people viewing it will be using IE so they will see all of the eye candy.