Hello, I'm currently working on a website that needs a sort of sticky footer, but not in all places.
So, http://www.hostcule.org/newsite/
For the home page, the footer stick to the bottom automatically, but for other pages, it doesn't such as http://www.hostcule.org/newsite/about-us
How do I, using CSS, get it to stick to the bottom?
Current CSS for footer div
#footer{
clear:both;
float:left;
width:100%;
border-top:solid 1px #d1d0d0;
background-color:#f1efef;
margin-bottom:-10px;
}