/IE-Notification

Tell users it's time to update their browser

Primary LanguageJavaScript

IE-Notification

A simple javascript plugin, which lets you notify IE users that it's time to update their browsers.

Usage

This plugin has no external dependencies.

Setting up

  1. Download all files and put them in one folder.

  2. Include IE_popup.css and IE_popup.js in your html file <head> section within a conditional comment, like this:

     <!--[if lte IE 7]>
         <link rel="stylesheet" href="IE_popup.css" type="text/css" media="all" />
         <script type="text/javascript" src="IE_popup.js"></script>
     <![endif]-->
    
  3. And that's it!