修复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.
html { background : url(null) fixed no-repeat; }
以上是关于修复IE中的滚动渲染错误的主要内容,如果未能解决你的问题,请参考以下文章
修复Extjs6.X在IE8下表格水平滚动条无法滚动的BUG