时间:2021-07-01 10:21:17 帮助过:8人阅读
1.页面中加入代码
<!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
2.定义一下CSS代码(Important)
.代码
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
这个js文件原来的内容很少,现在可能更新了版本代码量加大了。具体差异在哪里我没有细究,贴出原来的代码。应该还是可以使用的。
.代码
(function(){if(!/*@cc_on!@*/ 0 )return;var e = "abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video" .split( ',' ),i=e.length;while(i--){document.createElement(e[i])}})()
要的朋友拿去吧。可以直接放到页面中。不过注意第二步,给html5标签定义上display:block属性。
以上就是如何让ie浏览器支持html5标签?的详细内容,更多请关注Gxl网其它相关文章!