/ Published in: CSS
URL: http://www.notestips.com/80256B3A007F2692/1/NAMO5GU36H
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.
Expand |
Embed | Plain Text
html { background : url(null) fixed no-repeat; }
You need to login to post a comment.
