Kay
12-31-2002, 04:09 PM
<style type="text/css">
<!--
body{ font-family: sans-serif; font-size:12; color:#000000}
A:link {text-decoration:none; font-family:sans-serif;color:#FF2B2B}
A:visited {color: #FF804 ; text-decoration: none;}
A:hover {color: #fA0A050 ; text-decoration: underline} -->
</style>
I'm using this style sheet on my website - I know the "hover" is not supported by Netscape, but the page renders in a serif font. Can some one give me the correct syntax to make it render in sans-serif in NS as well as in IE?
It's not an outside style sheet - it's inside the < head > tag of my pages.
TIA for any help.
<!--
body{ font-family: sans-serif; font-size:12; color:#000000}
A:link {text-decoration:none; font-family:sans-serif;color:#FF2B2B}
A:visited {color: #FF804 ; text-decoration: none;}
A:hover {color: #fA0A050 ; text-decoration: underline} -->
</style>
I'm using this style sheet on my website - I know the "hover" is not supported by Netscape, but the page renders in a serif font. Can some one give me the correct syntax to make it render in sans-serif in NS as well as in IE?
It's not an outside style sheet - it's inside the < head > tag of my pages.
TIA for any help.