UBB.Dev
Posted By: Digital Boy CSS - A:Hover Issues With IE - 10/18/2000 2:34 PM
UBBDEV Members:

I have the following five styles in my stylesheet:

Code
code:

Can someone tell me why hover is ONLY working on a non-visited link?

- DB
Posted By: BakhTaar Re: CSS - A:Hover Issues With IE - 10/18/2000 3:02 PM
Hi,

maybe you forgot to remove all the linkcolors in the body tag ?

bye
Posted By: Digital Boy Re: CSS - A:Hover Issues With IE - 10/18/2000 3:17 PM
No, I'm pretty sure that's not it. I just got a response from another forum where someone suggested that I use a:visited:hover {} but I haven't tested it yet.

- DB
Posted By: Digital Boy Re: CSS - A:Hover Issues With IE - 10/18/2000 3:25 PM
Ok, I just got the answer, thanks to an anonymous post at another site. Here it is:

I would have to add the following tag:

a:visited:hover {}

Thanks to BakhTaar for posting a response.

- DB
Posted By: BakhTaar Re: CSS - A:Hover Issues With IE - 10/18/2000 3:53 PM
hmm,

my style looks like this:
Code
code:

and it works. Normally you dont need a:visited:hover {}, but if it solves your problem, who cares [Linked Image]
Posted By: Digital Boy Re: CSS - A:Hover Issues With IE - 10/18/2000 3:59 PM
Thank. Yep, it solves my problem.

- DB
© UBB.Developers