Lomex Posted February 5, 2003 Share Posted February 5, 2003 This is what I have A:hover { color:black;} A:visited { color:blue;} A:link { color:blue;} A.menuLink { color:red;} the A.menuLInk is for menu links <a class="menuLink" href="blabla....> but it doesn't want to stay red.... If I put A.menuLink above the other definitions it works in IE but not in Netscape, if I put it at the bottom of the definitions (as above) it works for Netscape but not IE... Please help... Link to comment Share on other sites More sharing options...
0 Oogle Posted February 5, 2003 Share Posted February 5, 2003 Does this work? a.menulink:link, a.menulink:visited, a.menulink:hover { color: red; } Link to comment Share on other sites More sharing options...
Question
Lomex
This is what I have
A:hover { color:black;} A:visited { color:blue;} A:link { color:blue;} A.menuLink { color:red;}the
is for menu links
but it doesn't want to stay red....
If I put
above the other definitions it works in IE but not in Netscape, if I put it at the bottom of the definitions (as above) it works for Netscape but not IE...
Please help...
Link to comment
Share on other sites
1 answer to this question
Recommended Posts