3

我正在尝试使用 Webshims Lib 让媒体查询在 IE8 中工作。我已经按照设置说明加载了默认的(所有)polyfill,但它似乎不起作用。

我仍然应该明确包含 html5shiv 吗?我以为 Webshims Lib 会处理它?

干杯。

4

1 回答 1

0

添加以下语句后,您需要下载respond.js

 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media       queries -->
 <!--[if lt IE 9]>
 <link href="css/bootstrap-ie8.css" rel="stylesheet">
 <script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
  <script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script>


 <![endif]-->
于 2015-10-21T13:16:33.947 回答