我有一個設置,需要一個頭div和頁腳div分別保持在頁面的頂部和底部,而中間的內容div填滿了它們之間的區域。內容div設置爲溢出:auto;所以當內容量足夠大時會出現滾動條。這樣的事情:div高度調整
+----------------------------------------------+ <-
|header div with fixed height of 90px | |
+----------------------------------------------+ |
|content div with variable height || |
| || <-scroll bar |
| || (if required) |
| || |- total window height
| || |
+----------------------------------------------+ |
|footer div with fixed height of 60px | |
+----------------------------------------------+ <-
我想單獨的內容div來改變它的高度,以三種方式的組合來填充整個窗口。單獨使用CSS可以做到嗎?謝謝。
(目前頁眉和頁腳的div有位置:固定;以及內容具有高度:100%;但它看起來醜陋)
格式化似乎搞砸了,對不起。 – mathon12 2009-12-14 20:12:56
^感謝您的修復。 – mathon12 2009-12-14 20:30:38