Return to Snippet

Revision: 9842
at November 25, 2008 14:09 by charmcitycoder


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

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

Revision: 9841
at November 25, 2008 14:02 by charmcitycoder


Initial Code
img {border:none;}

Initial URL


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

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

Initial Tags
css, links, images

Initial Language
CSS