solution for supports html5 tags in IE 8 or earlier

Hello All,

Please include these lines in your head tag for support HTML5 tags in IE 8 browser.

<!--Ie 8 or earlier supports-->
<script type="text/javascript">
 document.createElement('header');
 document.createElement('nav');
 document.createElement('menu');
 document.createElement('section');
 document.createElement('article');
 document.createElement('aside');
 document.createElement('footer');
</script>
<!--Ie 8 or earlier supports-->

Thanks

CSS Zilla

Comments

Popular posts from this blog

50 Beautiful Color Palettes for Your Next Web Project

cross browser styleable scrollbars with jQuery and CSS

Web Designing Interview Questions And Answers