Return to Snippet

Revision: 25456
at March 31, 2010 05:31 by lawlesscreation


Initial Code
/* 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; }

Initial URL


Initial Description


Initial Title
Hide text on submit buttons

Initial Tags
css

Initial Language
CSS