Add IE support for headers / footers.
This commit is contained in:
parent
482db243bc
commit
2d4430be99
1 changed files with 12 additions and 0 deletions
12
index.html
12
index.html
|
@ -16,6 +16,18 @@
|
||||||
<!-- CSS: implied media="all" -->
|
<!-- CSS: implied media="all" -->
|
||||||
<link rel="stylesheet" href="docsupport/style.css">
|
<link rel="stylesheet" href="docsupport/style.css">
|
||||||
<link rel="stylesheet" href="chosen/chosen.css" />
|
<link rel="stylesheet" href="chosen/chosen.css" />
|
||||||
|
|
||||||
|
<!--[if IE LTE 8]>
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function(){
|
||||||
|
var html5elmeents = "address|article|aside|audio|canvas|command|datalist|details|dialog|figure|figcaption|footer|header|hgroup|keygen|mark|meter|menu|nav|progress|ruby|section|time|video".split('|');
|
||||||
|
for(var i = 0; i < html5elmeents.length; i++){
|
||||||
|
document.createElement(html5elmeents[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue