/ Published in: CSS
Expand |
Embed | Plain Text
/* 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; }
You need to login to post a comment.
