Posted By

JimSangwine on 05/05/11


Tagged


Versions (?)

Removing Dotted Outline


 / Published in: CSS
 

  1. a {
  2. outline: 0;
  3. }
  4.  
  5. /* Be careful removing outline styles from links, as they are a usability feature. If you do, make sure to define clear focus styles.
  6.  
  7. If your problem is that the dotted outlines travel all the way to the left or right of the screen because they are floated, try setting the overflow to hidden. */

Report this snippet  

You need to login to post a comment.