Code Snippet
Removing Dotted Outline
a {
outline: 0;
}
Be careful removing outline styles from links, as they are a usability feature. If you do, make sure to define clear focus styles.
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.
A note: The “outline” CSS property doesn’t work in IE6 and IE7.
This works.
a {
outline-style: none;
}
*:focus { outline: 0; }
Outline: 0 none; <– Use this for perfect outline kill, every…single…time
DigWP
A book and blog co-authored by Jeff Starr and myself about the World's most popular publishing platform.
Quotes on Design
Design, like Art, can be an elusive word to define and an awfully fun thing to have opinions about.
HTML-Ipsum
One-click copy to clipboard access to Lorem Ipsum text that comes wrapped in a variety of HTML.
Bookshelf
Hey Chris, what books do you recommend? These, young fertile mind, these.