css IE9媒体查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css IE9媒体查询相关的知识,希望对你有一定的参考价值。

.selector {
  @media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
    attribute: style;
  }
}
.selector
  @media screen and (min-width:0\0) and (min-resolution:.001dpcm)
    attribute: style
@media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
  .selector {
    attribute: style;
    }
}

以上是关于css IE9媒体查询的主要内容,如果未能解决你的问题,请参考以下文章

带有纯 CSS3 媒体查询的 IE9 响应式图像调整大小问题

html HTML,媒体查询,CSS:IE9及以下的响应式支持

IE9 iframe 内的媒体查询失败

IE 的 CSS 选择器限制中如何计算媒体查询?

CSS 媒体查询在 IE 9 中不起作用

移动端项目总结......