Forum Moderators: not2easy
a.nav:link {display:block; text-decoration:none; font-size:50%; background-color:inherit; color:#006633;}
a.nav:visited {font-weight:bold;}
a.nav:hover {background-color:inherit; color:red; text-decoration:underline;}
a.nav:active {color:#000099;}
Firebug points to .nav and reports "invalid label" I've cleaned out what I thought might be causing interference but the links remain underlined and are the wrong color.
Does anyone have a possible solution?