【发布时间】:2012-11-15 18:13:32
【问题描述】:
我想在IE旧版本上支持媒体查询,我下载respond.js库,我尝试 运行他们提供的测试示例,但在 IE 旧版本中会出现此错误
Message: Access is denied.
Line: 287
Char: 4
Code: 0
顺便说一句,我没有使用缩小版!
【问题讨论】:
标签: html internet-explorer css responsive-design media-queries
我想在IE旧版本上支持媒体查询,我下载respond.js库,我尝试 运行他们提供的测试示例,但在 IE 旧版本中会出现此错误
Message: Access is denied.
Line: 287
Char: 4
Code: 0
顺便说一句,我没有使用缩小版!
【问题讨论】:
标签: html internet-explorer css responsive-design media-queries
当我尝试直接从文件夹中打开“test.html”时,我也遇到了问题:
file:///C:/Respond-master/test/test.html
当我将文件放在本地服务器并从浏览器打开它时得到修复:
http://localhost/Respond-master/test/test.html
【讨论】: