Skip to content

Instantly share code, notes, and snippets.

@peterwilsoncc
Created May 19, 2011 14:58
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 peterwilsoncc/980944 to your computer and use it in GitHub Desktop.
Save peterwilsoncc/980944 to your computer and use it in GitHub Desktop.
320&up pull request 2 test case
<!DOCTYPE html>
<!--
320 and Up boilerplate extension
Author: Andy Clarke
Version: 0.9b
URL: http://stuffandnonsense.co.uk/projects/320andup
-->
<!--[if IEMobile 7 ]><html class="no-js iem7" manifest="default.appcache?v=1"><![endif]-->
<!--[if lt IE 7 ]><html class="no-js ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" manifest="default.appcache?v=1" lang="en"><!--<![endif]-->
<head>
<style>
.iem7 p {color: #f00}
.ie7 p {text-decoration: underline}
</style>
</head>
<body>
<p>Is this text either red, underlined or both?</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment