Why does the
tag not work in Netscape? And what is the way around to fix this?
For example, this works in IE:
<STYLE>
<!--
A:HOVER{COLOR: #000000; BACKGROUND-COLOR: #A6CAF0;}
.clsTD
{
FONT-FAMILY: Verdana;
FONT-SIZE: 13;
COLOR: #A6CAF0;
BACKGROUND-COLOR: #E0E0E0;
}
.clsHeadTD
{
FONT-FAMILY: Verdana;
FONT-SIZE: 13;
COLOR: #FFFFFF;
BACKGROUND-COLOR: #6699CC;
}
-->
</STYLE>
Thanks,
Steve.
Code:
<STYLE>...</STYLE>
For example, this works in IE:
<STYLE>
<!--
A:HOVER{COLOR: #000000; BACKGROUND-COLOR: #A6CAF0;}
.clsTD
{
FONT-FAMILY: Verdana;
FONT-SIZE: 13;
COLOR: #A6CAF0;
BACKGROUND-COLOR: #E0E0E0;
}
.clsHeadTD
{
FONT-FAMILY: Verdana;
FONT-SIZE: 13;
COLOR: #FFFFFF;
BACKGROUND-COLOR: #6699CC;
}
-->
</STYLE>
Thanks,
Steve.