我正在使用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 中加载。