Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created August 14, 2013 08:29
Show Gist options
  • Save kmlprtsng/6229012 to your computer and use it in GitHub Desktop.
Save kmlprtsng/6229012 to your computer and use it in GitHub Desktop.
IE6 IE7 button not displaying fix - Text Indent not working
.btn {
cursor: pointer;
cursor: hand;
display: inline-block;
text-indent: -9999px;
background: no-repeat top left;
}
.lt-ie8 .btn
{
zoom: 1;
display: inline;
text-indent: 0;
line-height: 0;
font-size: 0;
text-decoration: none;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment