Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Set the style for links to pages you have visited to any color.

a:visited{
  color: green;
}
 
PREVIOUS NEXT
Tagged: #Set #style #links #pages #visited
ADD COMMENT
Topic
Name
9+6 =