On May 26, 2005, at 11:49 AM, Barbara Dozetos wrote:

Does a:visited override a:hover?

In other words, how do make the hover style be the same on both visited and unvisited links?

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
}

By including a comma after the first element and including a second element after the comma will make sure that both elements use the same style properties. There really isn't a limit to how many elements you can have in a row but it would be advisable to keep them manageable.

HTH,

Mike Stickel
Screenflicker Developments
www.screenflicker.com

p: 403-923-7667
e: [EMAIL PROTECTED]


______________________________________________________________________
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