CSS button replacement


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



Copy this code and paste it in your HTML
  1. .button-replacement {
  2. border: none;
  3. cursor: pointer;
  4. float: left;
  5. line-height: 0; /* Need this for IE6 */
  6. position: relative; /* Need this for IE6 & IE7 inconjuction with the next hack */
  7. text-indent: -9999px;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.