Skip to content

Instantly share code, notes, and snippets.

@monsat
Created April 17, 2012 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monsat/2403026 to your computer and use it in GitHub Desktop.
Save monsat/2403026 to your computer and use it in GitHub Desktop.
Another image replacement
<div id="foo" class="hide-text">This is a hidden text.</div>
<style type="text/css">
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#foo {
height: 200px;
width: 400px;
background: url(../img/foo.jpeg) no-repeat;
}
</style>
@monsat
Copy link
Author

monsat commented Apr 17, 2012

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