1
我有我的http://s361608839.websitehome.co.uk/testsite/定位在頁面底部的DIV
工作的一個網頁基本上DIV #footer的應該是在頁面的底部,它是在標記結束它也在#wrapper之外。
HTML:
<div id="footer">This footer text should be underneath the white box (at the bottom)</div>
CSS:
#footer{
width: 960px;
margin: 0 auto;
color: #FFF;
}
我嘗試添加一個clear:both
的CSS,因爲我想,也許一個漂浮在頁面的某個地方是造成這一點,但它似乎沒有做任何事情。
任何幫助讚賞,因爲它可能是。
感謝