Forums

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

Home Forums CSS How to stick footer to the bottom… Reply To: How to stick footer to the bottom…

#237135
bearhead
Participant

hmm, I guess that method doesn’t work in firefox/safari unless the footer and page wrap are direct children of the body… weird :|

I tested it out with the css tricks example, and experienced the same issue as with your page.

I guess my advise would be to see if you can re-write the html and css such that the footer and page wrap are direct children of the body.

oh, you’ll also have to add

body, html{
  height:100%;
}