为了优化我们的网页到IE8,我们需要添加带有respond.js的MediaQueryes(或其他类似的解决方案)。但似乎respond.js(以及许多类似的解决方案)需要本地css文件。
例如,我们喜欢将cdn-css用于leafletjs,但这不会被IE8纠正。
有关如何做到这一点的想法?
答案 0 :(得分:0)
如果您设置了一个代理页面供它引用,则Respond.js实际上有效。
请参阅https://github.com/scottjehl/Respond#cdnx-domain-setup并查看https://github.com/scottjehl/Respond/tree/master/cross-domain
上的跨域示例<!-- Respond.js proxy on external server -->
<link href="http://externalcdn.com/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<!-- Respond.js redirect location on local server -->
<link href="/path/to/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<!-- Respond.js proxy script on local server -->
<script src="/path/to/respond.proxy.js"></script>