Skip to content

Instantly share code, notes, and snippets.

@pjhoberman
Created December 17, 2010 19:03
Show Gist options
  • Save pjhoberman/745504 to your computer and use it in GitHub Desktop.
Save pjhoberman/745504 to your computer and use it in GitHub Desktop.
<!--[if lt IE 7]>
Whatever you want only people using less than ie7 to see
<![endif]-->
Example:
<!--[if lt IE 7]>
<script type="text/javascript">
alert( "Sorry, this site is only available on a MODERN FUCKING BROWSER" );
</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment