Forums

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

Home Forums CSS Place footer at bottom of page Re: Place footer at bottom of page

#104924
Senff
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.