Possible Duplicate:
How do you get the footer to stay at the bottom of a Web page?
I have this page and if you log in with
username: john password: tester
you will see the footer is not sticking to the bottom...any ideas on how to do this...i was thinking of using a min-height on the middle container but that doesnt work for large monitors unless i make it very high...any ideas..
here is my html
<body class="index_projects en production controller_projects">
<div class="shell">
<div id="header"></div>
<div id="container" class="container"></div>
</div>
<div id="footer-wrap"></div>
</body>
any idea what i maybe doing wrong
instead of .
– Jean-François Beauchamp Jan 11 '12 at 15:46