Created
May 24, 2012 03:17
-
-
Save kimmel/2779229 to your computer and use it in GitHub Desktop.
pm redesign with IE support added in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!--[if lt IE 7 ]> <html lang="en-us" class="no-js ie6"> <![endif]--> | |
<!--[if IE 7 ]> <html lang="en-us" class="no-js ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html lang="en-us" class="no-js ie8"> <![endif]--> | |
<!--[if IE 9 ]> <html lang="en-us" class="no-js ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-us" class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title> | |
new PM design | |
</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> | |
<link rel="stylesheet" href="css/columnal.css" type="text/css" media="screen" /> | |
<!-- Fixes for IE --> | |
<!--[if lt IE 9]> | |
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen" /> | |
<![endif]--> | |
<!-- use "fixed-984px-ie.css" or "fixed-960px-ie.css for a 984px or 960px fixed width for IE6 and 7 --> | |
<!--[if lte IE 7]> | |
<link rel="stylesheet" href="css/fixed-984px-ie.css" type="text/css" media="screen" /> | |
<![endif]--> | |
<!-- Fixes for IE6, only needed if IE 6 will be supported - width must match 984px or 960px of css file used above --> | |
<!-- Use .imagescale to fix IE6 issues with full-column width images (class must be added to any image wider than the column it is placed into) --> | |
<!--[if lte IE 6]> | |
<link rel="stylesheet" href="css/ie6-984px.css" type="text/css" media="screen" /> | |
<![endif]--> | |
<!-- End fixes for IE --> | |
<link rel="stylesheet" href="css/custom.css" type="text/css" media="screen" /> | |
<link rel="icon" href="http://perlmonks.org/favicon.ico"> | |
<!--[if lte IE 9]> | |
<script src="js/modernizr_shiv.js"></script> | |
<![endif]--> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment