Return to Snippet

Revision: 20519
at November 17, 2009 15:59 by adambundy


Updated Code
#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;
}

Revision: 20518
at November 17, 2009 15:58 by adambundy


Initial Code
#mc_signup_form .button {
background: url(images/button.png) no-repeat 0px 0px;
background:transparent url(http://www.tragicchemistry.com/wp-content/themes/default/images/button.png) no-repeat scroll 0 0;
border: none;
height:32px;
text-indent:-9999px;
text-transform:uppercase;
width:162px;
cursor:pointer;
display:block;
}

Initial URL


Initial Description
display: block; needed for IE7 to enable the negative text-indent.

Initial Title
custom image background for submit input button

Initial Tags
forms

Initial Language
CSS