Return to Snippet

Revision: 18189
at September 23, 2009 15:42 by paulgrenwood


Initial Code
a:active, a:focus{ outline:none; }

Initial URL


Initial Description
Some browsers like Firefox and IE add a dotted outline border over the link user clicked. It is a useful accessibility feature that lets user know which link he clicked or is in focus. But sometimes you need to get rid of this, here’s the CSS you need to use.

Initial Title
Remove Active Link Borders

Initial Tags
css

Initial Language
CSS