Skip to content

Instantly share code, notes, and snippets.

@toddaeverett
Created August 20, 2012 16:35
Show Gist options
  • Save toddaeverett/3405614 to your computer and use it in GitHub Desktop.
Save toddaeverett/3405614 to your computer and use it in GitHub Desktop.
Get rid of dotted borders around links in FF; use with image replacement technique
a:focus {-moz-outline-style:none;outline:none;}
@toddaeverett
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment