Skip to content

Instantly share code, notes, and snippets.

@WebFikirleri
Created April 20, 2013 09:33
Show Gist options
  • Save WebFikirleri/5425393 to your computer and use it in GitHub Desktop.
Save WebFikirleri/5425393 to your computer and use it in GitHub Desktop.
Chrome Frame for IE6 Users
<!-- Prompt IE 6 users to install Chrome Frame -->
<!--[if lt IE 7 ]>
<script src="http://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