【发布时间】:2014-07-14 11:05:59
【问题描述】:
我在我的网站上使用媒体查询进行响应式设计,并使用respond.js 确保它在不支持媒体查询的浏览器中工作。但是当我在IE8上测试时,它并没有工作。
从其他问答中,我确保我:
- place the respond.js script after the CSS
- it is ran on a server and not locally with a
file://protocol - Avoided any cross-browser issues
- Made sure my include path is correct(!)
但没有一个能解决问题。
【问题讨论】:
标签: internet-explorer-8 media-queries respond.js