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
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