Click to See Complete Forum and Search --> : hover/visited help


crazyheffro
05-20-2003, 05:10 PM
I am creating a site. I am new to CSS. My problem is that once a link is visited, then the hover doesn't seem to apply. Here is my CSS.

A:link { color: white; text-decoration: none}
A:hover { color: yellow; text-decoration: underline; border-bottom-style: none
; border-left-style: none; border-right-style: none; border-top-style: none }
A:visited { color: white; text-decoration: none }

the site i'm working on can be found here:
http://www.mines.edu/research/pga/staging

Thanks, Jeff

nkaisare
05-20-2003, 06:26 PM
Switch the location of visited and hover styles in your stylesheet.

Toicontien already replied a similar question couple of hours ago:
http://forums.webdeveloper.com/showthread.php?s=&threadid=9879#post50989