【发布时间】:2014-01-02 22:20:40
【问题描述】:
我在 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]-->
我看到他们的一个例子工作得很好,所以我不确定这里出了什么问题。
【问题讨论】:
标签: html twitter-bootstrap mobile twitter responsive-design