Skip to content

Instantly share code, notes, and snippets.

@ijy
Created June 28, 2013 14:05
Show Gist options
  • Save ijy/5884917 to your computer and use it in GitHub Desktop.
Save ijy/5884917 to your computer and use it in GitHub Desktop.
Add Chrome Frame prompt for IE6+7.
<!-- Prompt IE6 users to install Chrome Frame -->
<!--[if lt IE 8 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment