Skip to content

Instantly share code, notes, and snippets.

@guilhermehn
Created March 7, 2012 12:01
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 guilhermehn/1992732 to your computer and use it in GitHub Desktop.
Save guilhermehn/1992732 to your computer and use it in GitHub Desktop.
HTML: Prompt Chrome Frame
<!-- Prompt IE6 users to install Chrome Frame -->
<!--[if lt IE 7 ]>
<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