【问题标题】:bootstrap is not working in internet explorer引导程序在 Internet Explorer 中不起作用
【发布时间】:2015-02-17 12:41:29
【问题描述】:

我的内容侧在 ie 8 中下降,但在右侧的 chrome 和 firefox“Halaman Dashboard”位置而不是在侧边栏下方。非常感谢。

我需要这方面的帮助。

【问题讨论】:

  • 您使用的是什么版本的 Bootstrap? Bootstrap 3 放弃了对 IE8 的支持。这似乎是您的问题。
  • 好的,谢谢。版本为 Bootstrap v3.2.0。那我应该更改版本吗?什么是版本?谢谢。

标签: css twitter-bootstrap internet-explorer


【解决方案1】:

IE8 不完全支持 html5 和媒体查询。您需要将其包含在您的文档头中:

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

【讨论】:

    猜你喜欢
    • 2014-10-29
    • 1970-01-01
    • 2019-10-18
    • 1970-01-01
    • 1970-01-01
    • 2017-07-26
    • 2012-06-07
    • 2015-03-16
    • 2012-05-06
    相关资源
    最近更新 更多