View Full Version : Hover link styles


Dark|Dragon
07-01-2003, 08:07 PM
I'm having a problem with CSS hover links.

Here is my css file:

http://www.totalren.com/epoch/newsite/css.css

Here is the page:

http://www.totalren.com/epoch/newsite/index.html

The problem is the links don't change when I hover over them in Mozilla, and in IE after I've clicked them once they stop changing.

Dude128
07-01-2003, 08:18 PM
it looks like the order is messing things up. your link sections should be in the following order: link, visited, active, hover :)

Dark|Dragon
07-01-2003, 08:21 PM
That fixed it! I had no idea order mattered, I'll remember that next time :)