Return to Snippet

Revision: 40166
at January 27, 2011 04:10 by paul66


Initial Code
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }

Initial URL
http://people.opera.com/patrickl/experiments/keyboard/test

Initial Description
This snippet basically gives us the best of both worlds, allowing the best usability when it comes to link outlines for both screenreaders tabbing through links, and mouse users.

Initial Title
Screenreader access

Initial Tags
css, links

Initial Language
CSS