ckennerdale
Programmer
I have this style specified in my document head
<style type="text/css">
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
<style type="text/css">
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