Barbara,

A:Link, A:Visited, A:Hover and A:Active are all states attached to the "a"
element. You can style each individually, and each will be show it's
respective style according to the users action.

To accomplish what you're asking you could write something like this:

A:Link {color:#333;}
A:Visited {color:#3C4;}
A:Hover {color:#000;}

That will style links, visited links, and hover links differently.

Sincerely,

Jordan WOLLMAN // Ariamedia Corporation
Creative Director


______________________________________________________________________
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