IE6,7,8在boostrap中兼容h5和css3

   IE6、7、8版本(IE9以下版本)浏览器兼容html5新增的标签,引入下面代码文件即可:

<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>

IE6、7、8版本浏览器兼容css3样式,引入下面代码:
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>

头部:

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">


注:如果要使用Bootstrap的js插件,必须先调入jQuery
posted @ 2016-08-14 10:59  blogging  阅读(197)  评论(0编辑  收藏  举报