Home › Forums › CSS › Place footer at bottom of page › Re: Place footer at bottom of page
June 27, 2012 at 9:28 am
#104924
Participant
Not sure if using the BODY as the wrapper is the way to go, I would just use a DIV for that.
To keep the footer at the bottom, you gotta figure out what to do if the content does not fill all the screen (footer should be at the bottom of the page?) and what to do if the content is more than the screen (footer should be coming right after the content?). If that’s what you want, I’d just go with the CSS sticky footer method.