Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Created May 22, 2011 16:50
Show Gist options
  • Save nateluzod/985665 to your computer and use it in GitHub Desktop.
Save nateluzod/985665 to your computer and use it in GitHub Desktop.
Fixing text indent for submits on IE7
input[type=submit] {
text-indent: -9999px;
display: block;
line-height: 0;
font-size: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment