a tag without outlines


/ Published in: CSS
Save to your folder(s)

When you klick a link in Firefox... there is a dotted outline. Hide it with outline:none.


Copy this code and paste it in your HTML
  1. a {
  2. color:#000;
  3. outline:none;
  4. border:none;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.