我用这个:
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 中却不行。有什么遗漏或错误?