Skip to content

Instantly share code, notes, and snippets.

@richgcook
Last active August 29, 2015 13:56
Show Gist options
  • Save richgcook/9104118 to your computer and use it in GitHub Desktop.
Save richgcook/9104118 to your computer and use it in GitHub Desktop.
Progressive enhancement to use SVG images with PNG fallback for IE
.element {
background: url('image.png') no-repeat 0 0;
background: rgba(0,0,0,0) url('image.svg') no-repeat 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment