/ Published in: CSS
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.
Expand |
Embed | Plain Text
a:focus {-moz-outline-style:none;outline:none;}
You need to login to post a comment.
