Posts Tagged ‘tricks’

All posts tagged tricks.

Remove Button and Image Outlines

Posted by: Jen | 3 Comments »

Categorized: CSS, Featured, HOWTOs, Web Development

Ever wonder how to get rid of the nasty outline that Firefox puts around some images/buttons?

Add this little bit of code to your CSS that controls the button or image and you will no longer see these ugly outlines:

outline:none;
Outlined

Outlined

Not outlined

Not Outlined