|
G'day
This problem has been driving me insane. I've validated my css & XHTML (1.0 Transitional) and it all checks out okay. Firefox is rendering in standards compliant mode, so it should just work, right ?
All I am trying to do is apply a style to a link who has a particular class. IE:
This Link:
<a class="button" href="http://www.yahoo.com/">Yahoo</a>
Should have this style:
a.button:link {
background-color: #00a7e9;
color: #000000; }
Any ideas ?
|