【发布时间】:2016-05-30 20:56:24
【问题描述】:
我正在尝试修复 IE11 中的一个小布局问题,即滑块 pip 跳出它的位置(在其他主要浏览器中都很好)
我已将媒体查询添加到样式表(如下),但没有运气。我也尝试过条件代码、各种黑客等。但没有任何效果或影响所有浏览器。我花了几个小时尝试各种解决方案,但没有任何运气并且没有想法。请需要帮助。 Layout issue illustrated
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
#yardstick-text-6-1 {
margin-top: -43px;
}
#yardstick6-1 {
margin-top: -53px;
}
}
可以看到网页here,密码:quote321
【问题讨论】:
-
为什么不通过删除
yardstick6元素上的float: left来解决问题?
标签: html css internet-explorer internet-explorer-11