Hi,
in my CSS I defined a background-color for A:HOVER. This works pretty nicely. Now I have one section on my site, where I don't want to have this hover effect. I can override the background-color, but just with another color. I cannot reset it to nothing...
What I was trying to do was like this: { background-color: none; } which is not working. I can put every color there and it is working. But I want to put NO color. How to do this? Is there a special command or keyword?
Thanks,
Mike