PDA

View Full Version : stuck on visited state?




ump3
Oct 18, 2005, 05:16 PM
Can anyone help tell me why my CSS rollovers are showing the visited state after I have visited the page, but when I go back and rollover that link again it doesn't show the hover state and remains on the visited state. Surely the hover state should always be shown when the mouse is over the link?

Thanks

this is the css code

.SPEC:link { color: white ; font-size: 12px; font-weight: bold; line-height: 12px; text-decoration: none; }
.SPEC:visited { color: white ; font-size: 12px; line-height: 12px; text-decoration: none; }
.SPEC:hover { color: #e5e5e5 ; font-size: 12px; font-weight: bold; line-height: 12px; text-decoration: underline; }
.SPEC:active { color: #ff6c00 ; font-size: 12px; font-weight: bold; line-height: 12px; }



kgarner
Oct 18, 2005, 05:58 PM
What browsers are having this behavior. IE, Safari, all of them? It could be a peculiarity to a specific browser. IE for example will only allow hover states on anchor tags, nothing else.

ZoomZoomZoom
Oct 19, 2005, 12:53 AM
Do you have a link to the site? I don't quite understand what's happening. (It's 1AM, give me a break :D )