Showing posts with label Buttons. Show all posts
Showing posts with label Buttons. Show all posts

Monday, June 22, 2009

CSS Image Replacement for Buttons

Yes, you could just use the input type="image" but if you want to replace buttons with images purely with CSS, this is a great method.


A quick note, this won't work in IE6 unless you set your button as a BUTTON not an INPUT. This is a very important point.