Skip to content

Instantly share code, notes, and snippets.

@toddaeverett
Created August 20, 2012 16:32
Show Gist options
  • Save toddaeverett/3405594 to your computer and use it in GitHub Desktop.
Save toddaeverett/3405594 to your computer and use it in GitHub Desktop.
Image replacement for form submit button
input#submit_btn {text-indent:-9000px;width:24px;height:24px;background:url(../images/go_btn.png) no-repeat 0 0;border:none;cursor:pointer;text-transform:capitalize;} /* text-transform:capitalize makes the negative text indent work in IE */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment