Skip to content

Instantly share code, notes, and snippets.

@tylergaw
Created July 7, 2012 16:49
Show Gist options
  • Save tylergaw/3067178 to your computer and use it in GitHub Desktop.
Save tylergaw/3067178 to your computer and use it in GitHub Desktop.
Image replacement without all the crud. Super cool
/* Image replacement without all the crud. Super cool */
/* From: http://devfiles.myopera.com/articles/1181/cssgendemo.html#imagereplacement */
/* and https://twitter.com/themaninblue/status/221516983554936832 */
/* No Firefox support yet. */
a {
content: url('https://www.readability.com/media/images/logo_chair.png');
}
<h1><a href="https://www.readability.com">Readability</a></h1>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment