在Twitter8中,Twitter Bootstrap和respond.js响应过快

时间:2014-01-02 22:20:40

标签: html5 twitter-bootstrap mobile twitter responsive-design

我在IE8中测试Twitter Bootstrap v3时遇到了一些问题。问题似乎是布局在IE8中完全响应,而不是使用Windows 7在桌面上显示桌面版本。

这是我头脑中的代码:

    <!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->

我看到他们的一个例子很好用,所以我不确定这里出了什么问题。

2 个答案:

答案 0 :(得分:3)

Respond.js仅适用于本地CSS文件,除非采取其他步骤。我建议在本地提供“bootstrap.css”文件作为一个简单的修复。

可在http://getbootstrap.com/getting-started/#browsers

找到更多信息

答案 1 :(得分:0)

谢谢!我认为这是问题所在。我没有意识到你不能使用CDN。

我刚刚发现这个帖子也可以解决几个问题: IE8 issue with Twitter Bootstrap 3

我会通过,我确信这些项目的某些组合应该可以解决问题。