html5的在ie6,7,8兼容

Posted 郭康勋kawhi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html5的在ie6,7,8兼容相关的知识,希望对你有一定的参考价值。

    <script>
        //html5 标签
        (function () {
            if (!/*@[email protected]*/0) return;
            var html5 = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,hgroup,header,mark,menu,meter,nav,output,progress,section,time,video".split(‘,‘);
            for (var i in html5) {
                document.createElement(html5[i]);
            }
        })();
    </script>
    <![endif]-->

 

以上是关于html5的在ie6,7,8兼容的主要内容,如果未能解决你的问题,请参考以下文章

十条jQuery代码片段助力Web开发效率提升

十条jQuery代码片段助力Web开发效率提升

兼容性—IE6/7/8下input空隙问题

关于IE兼容问题

IE6/IE7/IE8兼容H5标签

Win 7家庭版如何测试网页的IE6、7、8兼容性?