/ Published in: CSS
When you klick a link in Firefox... there is a dotted outline. Hide it with outline:none.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a { color:#000; outline:none; border:none; }