Last active
March 15, 2016 12:05
-
-
Save ps-team/8d53e9818b3779c0f8c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div class="image"> | |
image | |
</div> | |
.image { | |
text-indent: -9999px; | |
width: 100px; | |
height: 50px; | |
background-image: url("image.svg"); | |
background-size: 100px 50px; | |
} | |
.lt-ie9 .image, | |
.no-svg .image { | |
background-image: url("image.png"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment