Return to Snippet

Revision: 38939
at January 10, 2011 22:31 by shodan_uk


Initial Code
.button-replacement {
  border: none;
  cursor: pointer;
  float: left;
  line-height: 0; /* Need this for IE6 */
  position: relative; /* Need this for IE6 & IE7 inconjuction with the next hack */
  text-indent: -9999px;
}

Initial URL


Initial Description


Initial Title
CSS button replacement

Initial Tags
css, button

Initial Language
CSS