hover/visited help

liunx

Guest
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:
<!-- m --><a class="postlink" href="http://www.mines.edu/research/pga/staging">http://www.mines.edu/research/pga/staging</a><!-- m -->

Thanks, JeffSwitch the location of visited and hover styles in your stylesheet.

Toicontien already replied a similar question couple of hours ago:
<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=9879#post50989">http://forums.webdeveloper.com/showthre ... #post50989</a><!-- m -->
 
Back
Top