Remove link border outlines


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



Copy this code and paste it in your HTML
  1. a:focus, a:active {
  2. outline: 0 none;
  3. -moz-outline: 0 none;
  4. }

URL: http://perishablepress.com/press/2008/06/10/sharpen-your-site-by-removing-unwanted-link-border-outlines/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.