我是網站設計初學者。我想有一個動態的高度的內容。所以我做這樣的事情:如何使用Div相對高度100%?
<div style="position:relative;width:100%;height:100%;" id="content">
....
</div>
<div style="position:relative;width:2000px;height:498px;">
<?php include('footer.php'); ?>
</div>
但是,頁腳div沒有檢測到內容的高度。我該怎麼辦?謝謝。
在參考這個** [頁腳底部](http://stackoverflow.com/questions/11146121/footer-at-the-bottom)** –
閱讀這篇文章[粘性頁腳通過瑞安Fait](http://ryanfait.com/sticky-footer/) – yudayyy
嘗試刪除寬度和高度,也許這是有效的。 –