标签: html css internet-explorer-8
我使用link标签使用媒体查询来调用css,但是ie8不支持媒体查询,即8 +支持相同的媒体查询。
<link rel="stylesheet" media="only screen and (min-width: 1200px)" href="something.css" />
答案 0 :(得分:1)
检查出来:
https://github.com/scottjehl/Respond
respond.js polyfill为ie添加媒体查询支持。它通过静默ajax调用动态加载样式表。