boton con imagen


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



Copy this code and paste it in your HTML
  1. input.button[type="submit"], input.button[type="button"] {
  2. background:transparent url(../images/buttons.png) no-repeat scroll 0 0;
  3. border:medium none;
  4. cursor:pointer;
  5. height:21px;
  6. position:absolute;
  7. text-indent:-9999px;
  8. width:62px;
  9. }
  10.  
  11. /*IE Fix*/
  12.  
  13. #login_container input[type=submit] {
  14. color: transparent;
  15. text-transform: capitalize;
  16. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.