Skip to content

Instantly share code, notes, and snippets.

@jamiehs
Created November 15, 2013 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiehs/7487696 to your computer and use it in GitHub Desktop.
Save jamiehs/7487696 to your computer and use it in GitHub Desktop.
SVG/PNG Fallback for IE 8 and lower.
<!--[if lte IE 8]> <img src="../octopus.png"> <![endif]-->
<!--[if gt IE 8]><!--> <img src="../octopus.svg"> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment