IE6 Notice - Encourage users to upgrade IE6
IE6 is evil and must die so I've created IE6 Notice a 2kb JavaScript file that adds a notice to sites encouraging users to upgrade from IE6.
What it is
IE6 Notice adds a notice for IE6 users encouraging them to upgrade their browser. Users may choose to hide the notice and their preference will be remembered.
How to use it
Adding the notice to your site just requires you to include a single 2kb JavaScript file in your HTML. Copy the following and paste it before the closing body tag of your HTML. If you'd rather not include a remote JavaScript file on your site you can download the source and host it locally.
<!--[if IE 6]>
<script type="text/javascript" src="http://shapeshed.github.com/ie6-notice/ie6notice-1.0.0.min.js"></script>
<![endif]-->
Find out more
There's a dedicated page for IE6 Notice. You can also grab the source from Github - it is licensed under an Apache License 2.0
Possibly related
- 04 Sep 2009 » Setting up local websites on Snow Leopard
- 03 Mar 2008 » Automating backups with Amazon S3 on Linux
- 15 Mar 2007 » Learning Javascript - Keeping Markup Clean