Return to Snippet

Revision: 19975
at November 4, 2009 10:23 by flicity


Initial Code
input.button{
width:114px;
height:37px;
border: none;
background: transparent url(images/submit_btn.gif) no-repeat center;
overflow: hidden;
text-indent: -999px;

/* this text sorts text indent in IE6 */
font-size: 0px;
display:block;
line-height: 0px;	

}

Initial URL
http://www.productivedreams.com/ie-not-intepreting-text-indent-on-submit-buttons/

Initial Description
Allows custom background images for submit buttons in ie6

Initial Title
Using a background image for submit buttons in IE6

Initial Tags
css, ie6

Initial Language
CSS