Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link color/ hover in NS

Status
Not open for further replies.

ckennerdale

Programmer
Dec 23, 2000
158
GB
I have this style specified in my document head

<style type=&quot;text/css&quot;>
a:link {color: #000000; font-size: 10px font-family: verdana;}
a:visited {color: #000000; font-size: 10px; font-family: verdana;}
a:hover {color: #3fb328; font-size: 10px; font-family: verdana;}
</style>

this works in IE but in NS 4x the font is correct but it does not adhere to the any color, nor does the hover seem to work

any ideas?
Caspar Kennerdale
 
CSS degrades gracefully. This means that it adds things when it can but when it cannot be understood by the browser it is simply ignored.

NS4 is one of those old browsers that does not support the CSS you just showed us.

yet another reason to drop support for it. Gary Haran
 
However, NS6+ browsers do support the CSS tags... I have not failed; I merely found 100,000 different ways of not succeding...
 
GUJUm0del,

You are right. It does a great job with CSS :) Whenever I want to test a new CSS feature I use NS6 or the latest Mozilla Build. Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top