私はこれを使用します:
body {font-size:12px; font-family:"trebuchet MS", verdana, arial, sans-serif; background: #CCCCCC; word-wrap:break-word; height: 100%; margin: 0; padding: 0;
}
#wrapper {
text-align: left;
height:auto;
height: 100%;
margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
padding: 0px;
border:0;
width: 1000px;
background: #FFFFFF;
.footer, .push {
height: 200px; /* .push must be the same height as .footer */
position:absolute;
}
Firefox/Safari/Opera および IE 6 と 7 では正常に動作するように見えますが、8 では動作しません。