Forum Moderators: open
Here's the order that works in one of my style sheets:
a {color:#658caf;}
a:visited {color:#8965af;}
a:hover {color:#d55b99;}
a:active {color:#d55b99;}
I was told to try to remember the order as "LoVe HAte",
Link, Visited, Hover, Active.
If I combined link and hover the styles stopped working in Firefox and (I think) Safari.
I also hit it once when I had quite a few link styles in one page, I had to use!important to get the ones deeper down to work in Firefox... not sure where I went wrong on that one but!important fixed it.