Skip to content

Instantly share code, notes, and snippets.

@tristanbailey
Created January 28, 2015 12:46
Show Gist options
  • Save tristanbailey/c08c181bc18a83112fea to your computer and use it in GitHub Desktop.
Save tristanbailey/c08c181bc18a83112fea to your computer and use it in GitHub Desktop.
IE 8 please update
<html>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<p>N.B See the comments or use lt IE 8</p>
</body>
</html>
body {
background: #666699;
}
.browsehappy {
width: 100%;
color: #333333;
padding: 1.5em 1em;
margin: 1.5em 1em;
background: #9999cc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment