Everything looks fine in IE but when viewed in Mozilla/Netscape then the hyperlink color is badly wrong (virtually illegible!) and borders to tables are not being shown. The code is pretty simple as below. Anyone know if my syntax is slightly out or if something else is wrong?
<STYLE TYPE='text/css'>
<!-- TextRollover-1 -->
a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #80b3FF;
text-decoration: none;
}
a:active {
color: #80b3FF;
text-decoration: none;
}
</STYLE>


Reply With Quote
Bookmarks