Search code examples
htmlcssfootersticky-footer

Stuck on sticky footer CSS issue


I know there are several other questions about the sticky footer, but none have seemed to help me get to a solution for my problem. Here is the template in question:

http://blog.campquiet.com/stack/

Basically I would like the background with the transparent side bars to extend to the bottom of the browser window. The footer (copyright info) should always be at the bottom of the screen as well, even if there isn't enough content to push it that far).

Any suggestions??

Update Maybe I wasn't as clear as I needed to be. Basically I'm trying to accomplish what is seen here: hxxp://www.cssstickyfooter.com/

I haven't been able to get that working in my template.


Solution

  • You need to set the body and outer container to 100% height. This answer may help you: CSS 100% height with padding/margin