/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* Good browsers */ input { background-image: url("../../images/"); background-position: 0 0; background-repeat: no-repeat; border: none; cursor: pointer; height: 26px; padding: 0; text-indent: -999em; width: 26px; } /* IE Fix */ input { color: transparent; text-transform: capitalize; }