Return to Snippet

Revision: 22085
at December 31, 2009 11:11 by CDIDevs


Initial Code
//remove dotter border on lone imgs
img {border:none;} 

//remove dotted borders on img links
a:active, a:focus {outline: 0;}

Initial URL


Initial Description
Remove that pesky dotted border around img elements, especially images / link tags.

Initial Title
Remove dotted border on images (e.g., in Firefox)

Initial Tags
css

Initial Language
CSS