Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Created March 2, 2012 01:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathantneal/1954805 to your computer and use it in GitHub Desktop.
Save jonathantneal/1954805 to your computer and use it in GitHub Desktop.
Image Replacement CSS
/* Image Replacement */
.ir
{
direction: ltr;
font: 0/0 serif;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.ir *
{
clip: rect(0 0 0 0);
position: absolute;
}
@jonathantneal
Copy link
Author

You could test this method along the others at http://jsfiddle.net/CpewT/3/show/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment