0

我在 html 中有一个页脚

<div id="footer">       
</div>

其css属性是

#footer{
    height:500px;
    background-color:#d0c5a6;
    float:left;
    padding:15px 0;
    min-width:100%;
}

但是我的页脚没有延伸到整个页面 abt 左侧显示 5px 空间,右侧显示 5px 为什么?

4

1 回答 1

5

您是否设置margin: 0;了页脚和/或margin: 0; padding: 0;正文/html?

于 2013-07-19T10:17:46.987 回答