0

Possible Duplicate:
How do you get the footer to stay at the bottom of a Web page?

how does this site keep the footer at the bottom when the content is short?

Community
  • 1
  • 1
pjiorwierjog
  • 67
  • 1
  • 1
  • 8

3 Answers3

1

You can use a sticky footer solution like http://ryanfait.com/sticky-footer/ or http://www.cssstickyfooter.com/

Sotiris
  • 38,986
  • 11
  • 53
  • 85
0
 #footer{
    position:absolute;
    bottom:0;
 }
Brandon Frohbieter
  • 17,563
  • 3
  • 40
  • 62
0

First of all, warn before putting a man's butt on the screen. Second, use firebug. Third, its called position: absolute.

Amir Raminfar
  • 33,777
  • 7
  • 93
  • 123