Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created March 15, 2016 11:48
Show Gist options
  • Save ps-team/c4cbb602e769d0b5f325 to your computer and use it in GitHub Desktop.
Save ps-team/c4cbb602e769d0b5f325 to your computer and use it in GitHub Desktop.
<div class="image">
<img src="image.svg" alt="image" />
</div>
.lt-ie9 .image,
.no-svg .image {
background-image: url("image.png");
}
.lt-ie9 .image img,
.no-svg .image img {
opacity: 0;
filter: alpha(opacity=0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment