I've tried several approaches to get the hover to work in Netscape and FF with no luck - any approach, however,works fine in IE.
Here's the css part:
.backUp
{
color: #999966;
font-size: 10px;
font-family: arial;
}
.backUp a:link {
color: #999966;
text-decoration: none;
}
.backUp a:active {
color: #999966;
text-decoration: none;
}
.backUp a:visited {
color: #999966;
text-decoration: none;
}
.backUp a:hover {
color: #999966;
text-decoration: underline;
}
On the html page I tried:
a) <td bgcolor="#FFFFFF" colspan="4"><font class="backUp"><A href="#top">Back
to Top</A></font> </td>
b) <span class="backUp><A href="#top>Back to top</A></span>
Any ideas/suggestions??
Thanks,
Rich
Here's the css part:
.backUp
{
color: #999966;
font-size: 10px;
font-family: arial;
}
.backUp a:link {
color: #999966;
text-decoration: none;
}
.backUp a:active {
color: #999966;
text-decoration: none;
}
.backUp a:visited {
color: #999966;
text-decoration: none;
}
.backUp a:hover {
color: #999966;
text-decoration: underline;
}
On the html page I tried:
a) <td bgcolor="#FFFFFF" colspan="4"><font class="backUp"><A href="#top">Back
to Top</A></font> </td>
b) <span class="backUp><A href="#top>Back to top</A></span>
Any ideas/suggestions??
Thanks,
Rich