Problem with CSS Sticky Footer implementation
Im having some problems getting the Sticky Footer to work on my site. If the content is smaller than the window the footer should stay at the bottom of the window and the dead space should be filled up with a div. I think the CSS Sticky Footer does this, but I cant get the "push div" to work push the content all the way down. As you can see my code isn't just body-wrapper-footer. <body> <div id="banner-bg"> <div id="wrapper"> <div id="header-bg"> <!-- header stuff --> </div> <!-- end header-bg --> <div id="content-bg"> <div id="content"> <!-- content stuff --> </div> <!-- end content --> </div