0

我正在使用https://github.com/scottjehl/Respond来帮助我的浏览器兼容响应式媒体查询,但它似乎不适用于 IE

我在 index.html/style.css 所在的文件夹中有 respond.src.js 文件。

<head>
<meta charset="utf-8" />
<link href="style.css" rel="stylesheet"/>
<script src="respond.src.js"></script>
</head> 

如果我在这里做错了什么有什么想法吗?

然后我只是添加一个 iFrame。

<body>

    <iframe src="http://instagram.com/p/cR5BORA8Ij/embed/" width="300" height="400" frameborder="0" scrolling="no" allowtransparency="true" id="myFrame"></iframe>  

</body>

iFrame 似乎没有在 IE 8 中加载。

4

1 回答 1

0

参考这个链接:

https://github.com/scottjehl/Respond

它引用:

据报道,如果 CSS 文件以 UTF-8 和字节顺序标记 (BOM) 编码,它们将无法与 IE7 或 IE8 中的 Respond.js 一起使用。在问题 #97 中注明

于 2013-07-29T17:25:18.507 回答