/ 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
Copy this code and paste it in your HTML
a:focus {-moz-outline-style:none;outline:none;}