Ok, So Ive created my page will all ain divs - header, content, footer
All I want now is for my footer to be position at the bottom of the page UNLESS the content of the "content div" is too much.
What bit of css do I need to add?
the css code for my footer at the moment is:
Code:
#footer-container {
background-image: url(images/footerfade.gif);
height: 104px;
margin: auto;
}