IE6下,我们模拟fixed的时候会出现一种情况:
-------- 当滚动页面的时候,会有震动的现象!
解决方案:
html,html body{
_background-image:url('about:blank');
_background-attachment:fixed;
}
IE6下,我们模拟fixed的时候会出现一种情况:
-------- 当滚动页面的时候,会有震动的现象!
解决方案:
html,html body{
_background-image:url('about:blank');
_background-attachment:fixed;
}