IE8中的Bootstrap行可滚动

时间:2014-07-15 20:09:09

标签: twitter-bootstrap internet-explorer-8

这是对Here中发布的答案的补充 它适用于现代浏览器,但不适用于IE8。我研究了它,并且一些帖子建议除了bootstrap.js之外还包括respond.js。但仍然没有运气。谢谢,

1 个答案:

答案 0 :(得分:0)

你不能将CDN用于Bootstrap CSS并使用Respond.js(必须是本地的)而不需要代理页面解决。

从我的回答here

请参阅https://github.com/scottjehl/Respond#cdnx-domain-setup并查看https://github.com/scottjehl/Respond/tree/master/cross-domain

上的跨域示例
<!-- Respond.js proxy on external server -->
<link href="http://externalcdn.com/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />

<!-- Respond.js redirect location on local server -->
<link href="/path/to/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />

<!-- Respond.js proxy script on local server -->
<script src="/path/to/respond.proxy.js"></script>

此外,加载顺序很重要。你需要在CSS加载后声明Respond.js,否则它不知道要纠正什么。