I followed the How do you get the footer to stay at the bottom of a Web page? post on stackoverflow...
But i couldn\'t make it too work in an asp.net web applicatio
I'm would also recommend a div structure using floating.
Markup:
Css:
.bodyWrap { width: 500px; } .header, .content, .footer { width: 100%; float:left; }