Blog | 3 Olive Studios

Thursday, July 2, 2009

CSS: no outlines

You know those annoying dotted outlines that appear when you click on anchor links? Well if you do not want them on you site, simply enter the following into your css

a {
outline: none;
}

Labels:

0 Comments:

Post a Comment



Links to this post:

Create a Link

<< Home