Hello. I am working on the CSS for my site Diy-Ha.com It seems to work fine in terms of centering and whatnot in most browsers, and it's all fine in IE, but when I try to load the site in Firefox, a big gray box appears on the left and right sides below the fold. I'm assuming it has something to do with my background configuration. Any ideas/other problems? CSS is here: http://www.diy-ha.com/styles.css Thanks Tom
From html, body remove {height: 100%;}. Firefox obeys the rules, you say 100%, it gives you 100%. And when your page runs over, the body doesn't follow. IE doesn't honor the height. cheers, gary