Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created April 4, 2015 04:47
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 jpdevries/3c27655e19fc5a8da52a to your computer and use it in GitHub Desktop.
Save jpdevries/3c27655e19fc5a8da52a to your computer and use it in GitHub Desktop.
Tell IE 9 users to update their browser.
<!--[if IE 9]>
<script>alert('Your browser is ' + (Math.round((new Date() - new Date(2011,3,12)) / (1000 * 60 * 60 * 24)) + ' days') + 'out of date and does not properly support the Flexible Box Model. Problem is it thinks it does and will unsuccesfully attempt to. Please return in a modern browser.');</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment