Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css Internet explorer 8使用移动设置_Css_Internet Explorer - Fatal编程技术网

Css Internet explorer 8使用移动设置

Css Internet explorer 8使用移动设置,css,internet-explorer,Css,Internet Explorer,我的网站似乎运行得很好。只有当我在IE8中查看它时,它似乎才使用我的移动设置。我可以看到它,因为导航是移动导航。我想知道是什么原因造成的。这是URL: 希望你们能帮忙 由于Internet Explorer 8不支持媒体查询,因此显示的移动布局是由于Bootstrap的mobile first架构。通过添加名为Respond.js的JavaScript多边形填充,可以在Internet Explorer 8中添加对媒体查询的支持 您需要在该部分中添加类似的内容 有关这方面的背景信息,请参阅Boo

我的网站似乎运行得很好。只有当我在IE8中查看它时,它似乎才使用我的移动设置。我可以看到它,因为导航是移动导航。我想知道是什么原因造成的。这是URL:


希望你们能帮忙

由于Internet Explorer 8不支持媒体查询,因此显示的移动布局是由于Bootstrap的mobile first架构。通过添加名为Respond.js的JavaScript多边形填充,可以在Internet Explorer 8中添加对媒体查询的支持

您需要在该部分中添加类似的内容

有关这方面的背景信息,请参阅Bootstrap文档中的。它包括这个,旁边是一个垫片,用于在InternetExplorer8中添加对html5元素的支持

<!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->