A simple javascript plugin, which lets you notify IE users that it's time to update their browsers.
This plugin has no external dependencies.
-
Download all files and put them in one folder.
-
Include
IE_popup.cssandIE_popup.jsin 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]--> -
And that's it!