Posts Tagged ‘buttons’

All posts tagged buttons.

Plastic Card Payment

Posted by: Jen | No Comments »

Categorized: Code, Serenity Now!

Continue with Plastic Card?

Some form buttons need to be noted – and this is one of them.

Really – a simple “Continue” would not have worked?

Where is this from? Library of Congress. Perhaps I should have donated more to help out the programming team.

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