Skip to content

Instantly share code, notes, and snippets.

@pipedreambomb
Last active December 16, 2015 16:09
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 pipedreambomb/5460834 to your computer and use it in GitHub Desktop.
Save pipedreambomb/5460834 to your computer and use it in GitHub Desktop.
Page instructing users that some versions of Internet Explorer are not supported.
<html>
<body>
<div style='clear: both; height: 112px; padding:0; position: relative; float:right;'>
<a href="http://www.theie8countdown.com/ie-users-info">
<img src="http://www.theie8countdown.com/assets/badge_iecountdown.png" border="0" height="112" width="348" alt="" />
</a>
</div>
<h2 style="margin-top:50px;">Unfortunately, Giving Counts does not support Internet Explorer 8 or lower at this time.</h2>
<p>In particular, the site does not work at all with Internet Explorer 7, 6 or lower. This is due to the modern technology used in Giving Counts. 99% of internet users no longer use these browsers, and they are difficult to support and limit functionality. Please do yourself a favour and upgrade your browser! If you can't because of external factors, you could at least <a href="http://www.google.com/chromeframe">try Chrome Frame</a> for your current browser.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment