• 0

CSS Problem


Question

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

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.