My issue is making the hover style work on visited links. I want a:link and a:visited to look different, but I want either to do the same thing in hover. Is there such a selector as a:visited:hover?

Barb

Mike Stickel wrote:

No, a:visited does not override a:hover. To ensure the same style for visited and unvisited links try the following:

a:link, a:visited {
    style properties here
}



--
Barbara Dozetos ~ Web Designer/Graphic Designer
Physician's Computer Company  *  (p)802-846-5532
1 Main St., #7                *  (f)802-846-8178        
Winooski, VT 05404            *  [EMAIL PROTECTED]
www.pcc.com

Pediatric software just got smarter. Your practice just got healthier.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to