【发布时间】:2013-07-30 01:25:18
【问题描述】:
我正在使用 https://github.com/scottjehl/Respond 来帮助我的浏览器兼容响应式媒体查询,但它似乎不适用于 I.E.
respond.src.js 文件与 index.html / style.css 位于同一文件夹中。
<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 中加载。
【问题讨论】:
-
你确定你的项目中有
respond.src.js,还是有respond.min.js -
是的,我有那个文件。难道是因为我也在使用 iFrame 吗?
-
你能完整地展示你的代码吗? (与此有关)