form button image replacement


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

replace the default 'submit' form button with a custom image


Copy this code and paste it in your HTML
  1. input.submit {
  2. background:url("images/pods/submit.gif") no-repeat scroll 0 0 transparent;
  3. border:medium none;
  4. cursor:pointer;
  5. display:block;
  6. float:right;
  7. font-size:0;
  8. height:49px;
  9. line-height:0;
  10. text-indent:-9000em;
  11. width:188px;
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.