Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Element flush with page bottom Re: Element flush with page bottom

#60082
apostrophe
Participant
Code:
#footer {
width: 100%;
height: whateverpx;
position: fixed;
bottom: 0;
}

Check this if you want it to work in ie6 http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/