/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.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; }