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="_top" href="http://www.hikefordiabetes.org/main.htm">
<td width=14% onMouseOver="this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';">
<div align="center"><font color="#00008b">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?
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="_top" href="http://www.hikefordiabetes.org/main.htm">
<td width=14% onMouseOver="this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';">
<div align="center"><font color="#00008b">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?