1/8/12

Html5 Create Element for IE

<head>
<script>
document.createElement('header');
document.createElement('nav');
</script>
</head>

<!--[if lt IE 6]>
<link rel="stylesheet"  href="name.css" type="text/css" />
<![endif]-->
 
<!--[if lte IE 6]>
<link rel="stylesheet"  href="name.css" type="text/css" />
<![endif]--> 
lte = "less than or equal to"
 
//create Element for IE and "IE Print Protector"
link to script:
http://html5shim.googlecode.com/svn/trunk/html5.js