/ Published in: CSS
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.
*note* This can also be place on the body tag unless it already has a background.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
html { background : url(null) fixed no-repeat; }
URL: http://www.notestips.com/80256B3A007F2692/1/NAMO5GU36H