Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with some advanced CSS Re: Help with some advanced CSS

#66631
AshtonSanders
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;

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.)