Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Problems - A:Hover

Status
Not open for further replies.

DigitalBoy

Programmer
Oct 11, 2000
87
0
0
US
I have the following five styles in my stylesheet:

a { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #0000FF}
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000066}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000066}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000066}

Does anyone know why hover ONLY works on non-visited links?

Thanks,

- DB [sig]<a href=mailto:dgtlby@excite.com>dgtlby@excite.com</a><br><a href= Developers Network</a><br>Administrator<br>
UBB Developers Network<br>
[/sig]
 
This seems to be the prefered answer. I'll have to give this a try and let you know what happens. [sig]<a href=mailto:dgtlby@excite.com>dgtlby@excite.com</a><br><a href= Developers Network</a><br>Administrator<br>
UBB Developers Network<br>
[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top