Created
August 20, 2012 16:35
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a:focus {-moz-outline-style:none;outline:none;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.