Big Gray Box

Discussion in 'CSS' started by Tomcat7194, May 20, 2007.

  1. #1
    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
     
    Tomcat7194, May 20, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    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
     
    kk5st, May 20, 2007 IP