Pseudo-class: visited

Support Key: CSS1 | CSS2 | IE3 | N4 | O3.5
Other CSS Pseudo-Classes
first-child
link
active
hover
focus
lang
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
Main Index | Property Index | CSS Support History | Browser History



   Quick Statistics   
Applicable Elements:
Hyperlinks (<a HREF> elements)
HTML Equivalent:
<body VLINK="#RRGGBB">
What is it?
The Visited Pseudo-class applies to hyperlinks (in HTML, <A HREF> elements) that have already been visited by the user. The other Pseudo-class state for hyperlink visitation is :Link, which denotes a hyperlink that has not yet been visited. A hyperlink can only be in one of these two states; after a specific amount of time a visited hyperlink may be returned to the unvisited state by the browser or user.
Example
Ext/Doc: a:visited { font-size: 10pt; color: purple }
In-Line:  NA
Browser Peculiarities

Boring Copyright Stuff....