Thursday, August 28, 2008

How to keep footers at the bottom of the page using CSS

#footer
{
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
}




IE6 doesn't support for fixed positioning. More research need to be done to fix this for lower browser.