/ Published in: CSS
Allows custom background images for submit buttons in ie6
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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; }
URL: http://www.productivedreams.com/ie-not-intepreting-text-indent-on-submit-buttons/