Den 13.02.2014 03:03, skrev Debbie Campbell:
I hope that makes sense - I don't want a big gap between the content and bottom image, I want them to overlap just a bit, but not too much.

Add...
#body-container {overflow: hidden;}
#footer-container {padding-top: 25%; margin-top: -400px;}
...and see if that's close enough for comfort.

The first line "corrects" line-up in IE & Firefox by making body-container contain its children. Second line adjusts space for background-image so it grows with window-width, and pulls the footer-container high enough to produce some overlapping.

Adjust values to taste ... I have only tested in windows from about 1000px to about 4000px in width.

regards
        Georg



______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to