IE8无法支持媒体查询

时间:2012-11-10 10:29:19

标签: html css internet-explorer-8

我使用link标签使用媒体查询来调用css,但是ie8不支持媒体查询,即8 +支持相同的媒体查询。

 <link rel="stylesheet" media="only screen and (min-width: 1200px)" href="something.css" />

1 个答案:

答案 0 :(得分:1)

检查出来:

https://github.com/scottjehl/Respond

respond.js polyfill为ie添加媒体查询支持。它通过静默ajax调用动态加载样式表。