Browse > Home / CSS, Web Design / Fix Scrolling Render Bug in IE

Fix Scrolling Render Bug in IE

August 25, 2008

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.

This can also be place on the body tag unless it already has a background.

  1. html {
  2. background: url(null) fixed no-repeat;
  3. }

Written by Olegs Marhelis · Filed Under CSS, Web Design 

Comments

Got something to say?