【发布时间】:2018-08-09 09:56:56
【问题描述】:
我在使用类似to this post 的 IE11 时遇到了一些问题。我有一个以特定大小(1440 像素)扩展并在 IE11 中中断的菜单。使用媒体查询,我可以使用(-ms-high-contrast: none), (-ms-high-contrast: active) 定位 IE11。但是,我只希望在某个分辨率下(> 1440px)。
我尝试了各种组合
@media screen and (min-width: 1440px) and (-ms-high-contrast: none) and (-ms-high-contrast: active)
但它们似乎不起作用
如何在 IE11 中以屏幕尺寸> 1440px 定位和元素而不影响其他浏览器或使用 JS。
【问题讨论】:
-
@SureshPonnukalai 是的!一分钟前发现的。在这篇文章中也添加了答案。
标签: css less media-queries internet-explorer-11