Checkmark Your Visited Links with Pure CSS
# Linked to 2 December 2007, 02:58 in Tips by Sam Brown
Web browsers know which links on a page have been visited by a user (until the cache is cleared out, that is). It is up to you the designer to take advantage of that web browser’s knowledge, if you choose to do so. You can take control of the styling of these anchor elements in your CSS by targeting them with pseudo classes. The goal of this tutorial is to get a check mark preceding visited links for a nice visual indicator.
Tweet Subscribe to the RSS Feed →