Sac*_*cha 8 css internet-explorer media-queries
我在我的设计中包含了一些媒体查询,以根据浏览器的宽度更改页面某些元素的宽度.查询看起来像这样:
@media screen and (min-width:1024px)
@media screen and (max-width:1024px)
Run Code Online (Sandbox Code Playgroud)
Chrome,Safari和Firefox工作得很好,只有IE才有问题.我知道IE 9之前的所有版本都不支持此功能,但它们根本不适用于IE 9.可能是什么问题?
Ant*_*ott 13
您是否打开了兼容模式?