/ Published in: CSS
replace the default 'submit' form button with a custom image
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
input.submit { background:url("images/pods/submit.gif") no-repeat scroll 0 0 transparent; border:medium none; cursor:pointer; display:block; float:right; font-size:0; height:49px; line-height:0; text-indent:-9000em; width:188px; }