My Navbar text links are appearing differently in FF and IE. IE is showing how I want them to look as per the
class="actxsmall"
.actxsmall {
color:black;
font-size:11px;
text-decoration:none;
}
However, FF is underlining them. Firebug shows style inherited from:
a:hover {
color:blue;
text-decoration:underline;
}
Which I do not understand?
Please can anyone help and/or explain?
URL to site
class="actxsmall"
.actxsmall {
color:black;
font-size:11px;
text-decoration:none;
}
However, FF is underlining them. Firebug shows style inherited from:
a:hover {
color:blue;
text-decoration:underline;
}
Which I do not understand?
Please can anyone help and/or explain?
URL to site
Comment