Posts Tagged ‘reset’

Sprite Button Style Reset

Wednesday, November 11th, 2009

CSS Style to clear Input type button styles in order to use a CSS Sprite as the image for the button.

button{
text-indent: -999px;
overflow: hidden;
display: block;
line-height: 99;
border: none;
padding: 0;
}

This is for my own personal reference. Maybe someday I’ll make a full blown blog post on this… For now, I’ll update this as I need to because I’m sure I’m forgetting something…