Return to Snippet

Revision: 22266
at May 18, 2010 11:04 by toddaeverett


Updated Code
a:focus {-moz-outline-style:none;outline:none;}

Revision: 22265
at January 7, 2010 10:17 by toddaeverett


Initial Code
a:focus {-moz-outline-style: none;}

Initial URL


Initial Description
Use this little bit of CSS to get rid of the active link dotted border in Firefox. A must have when doing the text-indent:-9000px; image replacement technique on links.

Initial Title
Get rid of dotted borders around links in FF; use with image replacement technique

Initial Tags
css, image, link

Initial Language
CSS