CSS: Hover attribute for Visited attribute

They have: 5,633 posts

Joined: Jan 1970

On my site, my visited, active, and normal links are all the same attributes and the hover is obviously different. The problem is that once it is visited, the hover attribute does not apply anymore. Is there any way to fix this?

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

There is an order that it goes in, I can't remember it exactly because I only use the :hover psudo class.

Anyway, I think it is - :active, :visited, :hover

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

link, active, visited, hover
link, visited, active, hover
link, visited, hover

There is some argument, but without seeing your CSS, it's hard to say what is causing the error.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.