IE6\IE7\IE8支持HTML5标签
2012-04-14 09:14:25 来源:WEB开发网核心提示: <!–[if IE]> <script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script> < ![endif]–>引用以上google的J
<!–[if IE]>
<script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script>
< ![endif]–>
引用以上google的JS(下载下来引用本地的也一样的)放在页面的head区域,注意一定要放在head区域不然将会失效,因为必须在浏览器解析这个元素前执行这个JS,所以不能放在页面的其他地方。最后在css申明下这些H5的标签
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}将其显示为块...这样你就可以在IE6—IE8上面像在Chrome、FF高版本浏览器上一样的使用H5了
更多精彩
赞助商链接