2012-11-28 29 views

回答

0

在你的#wrapper上你有一个负值的余量。拿出来,它看起来就好了

#wrapper { 
    width: 90%; 
    padding: 10px; 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto; /** Removed the negative bottom margin **/ 
    overflow: hidden; 
    background: white; 
    overflow: hidden; 
} 
0

你的div #wrapper应该有一个padding-bottom等于#footer的高度,而你的情况似乎是96PX。当然,在网上找到的“粘性页脚”应该已经提到了!