Revision: 585
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 20, 2006 06:35 by 1man
Initial Code
html { background : url(null) fixed no-repeat; }
Initial URL
http://www.notestips.com/80256B3A007F2692/1/NAMO5GU36H
Initial Description
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.
Initial Title
Fix Scrolling Render Bug in IE
Initial Tags
ie
Initial Language
CSS