Home › Forums › CSS › Element flush with page bottom › Re: Element flush with page bottom
July 2, 2009 at 2:55 pm
#60082
Participant
Code:
#footer {
width: 100%;
height: whateverpx;
position: fixed;
bottom: 0;
}
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-/