您的位置:首页 > Web前端 > HTML5

html5兼容ie

2014-02-28 17:23 337 查看
<!--[if IE]>

<meta http-equiv="X-UA-Compatible" content="IE=8" />

<![endif]-->

<!--[if IE 7]>

<meta http-equiv="X-UA-Compatible" content="IE=7" />

<![endif]-->

<!--[if IE 6]>

<meta http-equiv="X-UA-Compatible" content="IE=6" />

<![endif]-->

<!--[if IE]>

<script src="html5shiv.googlecode.com/svn/trunk/html5.js"></script>

<![endif]-->
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: