我正在尝试使用Webshims Lib在IE8中使用媒体查询。我已按照设置说明加载了默认(所有)polyfill,但它似乎不起作用。
我仍然应该明确包含html5shiv吗?我以为Webshims Lib会照顾它吗?
干杯。
答案 0 :(得分: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]-->