Home › Forums › CSS › Help with some advanced CSS › Re: Help with some advanced CSS
November 16, 2009 at 2:09 am
#66631
Participant
Well, I’ll do what I can to help.
To start: You have this code for both the img#background and div#wrap
Code:
height:100%;
min-height:800px;
min-height:800px;
My Screen size is 1440×900, but my browser window is only 740px tall. Since your min height is taller than my screen, My screen can scroll, and the footer is "below the fold." Why do you have a min-height?
Let me know what other problems you’re having. (Let me see this horrible white space when you add content.)