我们在网站上使用Bootstraps,但Internet Explorer似乎并未使用Bootstraps中的网格系统。我们有一个class =“col-sm-6 col-md-4 col-md-offset-4”的类,但在Internet Explorer 11上它横跨屏幕。这是问题的图像http://wikicopy.com/loginproblemIE.png背景横跨整个屏幕。它适用于Firefox,Chrome和Safari。Internet Explorer上的Bootstraps网格系统
2
A
回答
2
您的站点是否以兼容模式呈现?如果是这样,请在下面添加meta
标签来解决问题。
IE兼容性模式 旧的Internet Explorer兼容性模式不支持引导程序。为确保您使用的是IE浏览器的最新渲染模式,考虑在你的页面选择适当的标签:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
+0
谢谢,添加元标记修复了这个问题。 – user2859240
相关问题
- 1. Internet Explorer 8中的网格960错误?
- 2. CSS3 - 仅适用于Internet Explorer的“网格”?
- 3. Internet Explorer上的Array.from
- 4. 如何测试硒网格上的Internet Explorer?
- 5. Internet Explorer上的网站格式设置看起来不正确
- 6. 如何使用Twitter Bootstraps网格系统在两列之间添加一条线
- 7. 1140网格系统 - 网格内网格
- 8. 手机上的Bootstrap网格系统?
- 9. Flickr网格系统
- 10. Bootstrap网格系统
- 11. 网格系统html
- 12. Css网格系统
- 13. CSS网格供应商前缀无法在Internet Explorer上工作
- 14. eclipse Internet Explorer浏览器(帮助系统及其他)的问题
- 15. Internet Explorer网站支持
- 16. Internet Explorer附加和网站
- 17. Internet Explorer xx.yy网站问题
- 18. 硒网格的Internet Explorer网络驱动程序
- 19. 背景上的Internet Explorer 7
- 20. Internet Explorer 9上的Foundation 4
- 21. 在Internet Explorer上的Cakephp Favicon
- 22. Internet Explorer上的Flash问题
- 23. 目录上传的Internet Explorer
- 24. Internet Explorer上的obj图标
- 25. 上的Internet Explorer链路
- 26. Internet Explorer上的书签API
- 27. Internet Explorer 11上的XDR
- 28. Internet Explorer Mobile 7 - 规格
- 29. 寻路的网格系统
- 30. 的Internet Explorer 8和Internet Explorer 6并排
你能不能给我们提供有关的HTML标记? – HaukurHaf