Created
May 2, 2012 22:55
-
-
Save benjaminfisher/2581178 to your computer and use it in GitHub Desktop.
CSS Image Replacement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header h1{ | |
background-color: transparent; | |
background-repeat: no-repeat; | |
border: 0; | |
direction: ltr; | |
display: block; | |
overflow: hidden; | |
text-align: left; | |
text-indent: -999em; | |
*line-height: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Standard SEO friendly image replacement styles cribbed from HTML5 Boilerplate