W Wetling23 Senior member Aug 18, 2001 496 0 0 Jul 7, 2005 #1 I think the :visited attribute would work, but I understand that attribute is browser specific for IE. What about other browsers? Thanks
I think the :visited attribute would work, but I understand that attribute is browser specific for IE. What about other browsers? Thanks
Snapster Diamond Member Oct 14, 2001 3,916 0 0 Jul 7, 2005 #2 I use :active, :visited, :link for the link style and :hover for the mouseover effect and I don't get any troubles with the likes of firefox.
I use :active, :visited, :link for the link style and :hover for the mouseover effect and I don't get any troubles with the likes of firefox.
S screw3d Diamond Member Nov 6, 2001 6,906 1 76 Jul 7, 2005 #4 Do it in this order too: 1. link 2. visited 3. hover 4. active I don't think it's IE specific. See: http://www.w3schools.com/css/css_pseudo_classes.asp
Do it in this order too: 1. link 2. visited 3. hover 4. active I don't think it's IE specific. See: http://www.w3schools.com/css/css_pseudo_classes.asp