IE6下,我们模拟fixed的时候会出现一种情况:
-------- 当滚动页面的时候,会有震动的现象!
解决方案:
html,html body{
_background-image:url('about:blank');
_background-attachment:fixed;
}
本文详细介绍了在使用HTML和CSS在IE6浏览器中实现元素固定定位时遇到的滚动抖动问题,并提供了通过设置background-image和background-attachment属性来解决此问题的方法。
IE6下,我们模拟fixed的时候会出现一种情况:
-------- 当滚动页面的时候,会有震动的现象!
解决方案:
html,html body{
_background-image:url('about:blank');
_background-attachment:fixed;
}
724

被折叠的 条评论
为什么被折叠?