/ Published in: CSS
display: block; needed for IE7 to enable the negative text-indent.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#mc_signup_form .button { background: url(images/button.png) no-repeat 0px 0px; border: none; height:32px; text-indent:-9999px; text-transform:uppercase; width:162px; cursor:pointer; display:block; }