首页
IT
登录
6mi
u
盘
搜
搜 索
IT
兼容低版本的浏览器各种汇总
兼容低版本的浏览器各种汇总
xiaoxiao
2021-03-26
193
识别html5新标签、使用css3媒体查询(响应式)
<!--[if lt IE 9]> <script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]-->
<!--第一句html5shiv.min.js:让浏览器识别html5新标签-->
<!--第二句respond.min.js:让浏览器使用css3媒体查询(响应式)-->
利用最新内核渲染
<!-- 设置浏览器的兼容模式版本,让ie使用最新的渲染引擎来工作 -->
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
转载请注明原文地址: https://ju.6miu.com/read-661045.html
技术
最新回复
(
0
)