Skip to content

Instantly share code, notes, and snippets.

@ps-team
Last active March 15, 2016 12:05
Show Gist options
  • Save ps-team/8d53e9818b3779c0f8c7 to your computer and use it in GitHub Desktop.
Save ps-team/8d53e9818b3779c0f8c7 to your computer and use it in GitHub Desktop.
<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