【发布时间】:2015-02-27 08:37:54
【问题描述】:
在 Chrome 上一切正常,但在 IE 9 上,绿色元素在滚动时跳跃,为什么?
body{
height:1000px;
}
.block{
width:50px;
height:20px;
background: green;
}
【问题讨论】:
-
我相信这是 IE 的限制。我使用代码来执行相同的效果,在 chrome 中很流畅,但在 IE 中跳转。
-
Check the answers here。禁用时平滑滚动确实会有所不同。
标签: javascript jquery css internet-explorer