修复IE中的滚动渲染错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复IE中的滚动渲染错误相关的知识,希望对你有一定的参考价值。

This fixes a very annoying bug in IE by where when you scroll the page becomes corrupted. It relates to the way IE renders pages. This code places a null background image behind, making IE render the page differently.

*note* This can also be place on the body tag unless it already has a background.
  1. background : url(null) fixed no-repeat;
  2. }

以上是关于修复IE中的滚动渲染错误的主要内容,如果未能解决你的问题,请参考以下文章

Android在滚动时修复了滚动视图中的背景图像

IE haslayout的理解与bug修复

修复 IE 中的背景位置

修复Extjs6.X在IE8下表格水平滚动条无法滚动的BUG

html IFrame默认属性参考+滚动定义(IE 8-修复)

html IFrame默认属性参考+滚动定义(IE 8-修复)