bootstrap IE8 兼容性处理

bootstrap IE8 兼容性处理
!DOCTYPE htmlhtml lang="zh-CN"headmeta charset="utf-8"meta http-equiv="X-UA-Compatible" content="IE=edge"meta name="viewport" content="width=device-width, initial-scale=1"titleBootstrap IE8兼容性/titlelink href="https://www.rkxy.com.cn/dnjc/css/bootstrap.min.css" rel="external nofollow" rel="stylesheet"link rel="stylesheet" type="text/css" href="https://www.rkxy.com.cn/dnjc/css/font-awesome.min.css" rel="external nofollow" /!--[if lt IE 9]script src="/images/defaultpic.gif"右侧/div/div/div/body/html针对 IE8 仍然需要额外引入 Respond.js 文件以支持媒体查询(media query) 。
1、http协议下效果(如:http://192.168.12.40:8020/bootstrap/index.html):

bootstrap IE8 兼容性处理


2、file文件协议IE8下效果(如:C:UsersdellDocumentsHBuilderProjectbootstrapindex.html)
bootstrap IE8 兼容性处理


【bootstrap IE8 兼容性处理】如上图所示,已经不支持栅格布局 。
主要存在的问题是:
Respond.js 与 file:// 协议
由于浏览器的安全机制,Respond.js 不能在通过 file:// 协议(打开本地HTML文件所用的协议)访问的页面上发挥正常的功能 。如果需要测试 IE8 下面的响应式特性,务必通过 http 协议访问页面(例如搭建 apache、nginx 等) 。

您可能感兴趣的文章:BootStrap下拉框在firefox浏览器界面不友好的解决方案Bootstrap编写一个兼容主流浏览器的受众门户式风格页面Bootstrap编写一个兼容主流浏览器的受众巨幕式风格页面Bootstrap 3浏览器兼容性问题及解决方案

    推荐阅读