在head中添加如下:
<!-[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]->
在CSS3 后添加
behavior:url(ie-css3.htc);
以上两种方法可以在IE6+中使用HTML5和CSS3,兼容大部分
时间: 2024-10-23 07:09:11
在head中添加如下:
<!-[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]->
在CSS3 后添加
behavior:url(ie-css3.htc);
以上两种方法可以在IE6+中使用HTML5和CSS3,兼容大部分