Image replacement for form submit button


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. input#submit_btn {text-indent:-9000px;width:24px;height:24px;background:url(../images/go_btn.png) no-repeat 0 0;border:none;cursor:pointer;text-transform:capitalize;} /* text-transform:capitalize makes the negative text indent work in IE */

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.