the age-old problem. I need to position a <footer> Element at the bottom of the page. However i don’t have a wrapper div.
I’m do have the following stucture…
<body>
<header>
<section id="content">
<footer>
</body>
Is there an easy way to push the footer to the bottom if the content is not high enough?
AFAIK this is still the best way to get a footer to stick to the bottom of the page:
http://www.themaninblue.com/experiment/footerStickAlt/