Reply to another question - the color of links with IE
Posted by Dan Marino on 10/15/06 12:43
a {text-decoration: none; color: inherit;}
works well in Firefox - the link text is not different from the non-link
text.
in IE6, the color of the link text is the standard horrific blue. is there
any way (a wrapper, a javascript library, a voodoo rite) to make IE6 behave
in the correct way?