I’ve been tasked with bringing a site up-to-date with modern standards. After reading the website statistics, I realized that there’s still a significant minority (almost 10%) using IE6 and IE7.
Thankfully I have been given creative freedom on this project. Given this freedom, are you aware of a simple javascript pop-up or library I can use to alert the user that their browser is desperately out of date? Preferably something that has easy to understand instructions.
Many thanks to the future answers. You are saving the web.
You can use Modernizr and jQuery. It will also help you provide support / target old browser when developing using HTML5.
To create a unsupported message:
Your html file:
It’s tested and it should do the trick.
Edited:
Or you can use a simple JS from http://www.browser-update.org (but the JS file is on their server).