Skip to content

Instantly share code, notes, and snippets.

@guigmaster
Created September 3, 2013 17:47
Show Gist options
  • Save guigmaster/6427184 to your computer and use it in GitHub Desktop.
Save guigmaster/6427184 to your computer and use it in GitHub Desktop.
image replacement cross browser, hide text cross browser
.text-hide
{
text-indent: 100em;
text-transform: capitalize;
overflow: hidden;
white-space: nowrap;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment