<div id="wc"></div><div id="mm"></div>css中這樣寫#wc{height:如何寫}我要實現(xiàn):當(dāng)wc中內(nèi)容少于300px時,其高度為300px.當(dāng)內(nèi)容多時,有900PX時,會自動變大,其下的MM層也會跟著向下,不會覆蓋在一起。
3 回答

心有法竹
TA貢獻(xiàn)1866條經(jīng)驗 獲得超5個贊
min-height:300px;
設(shè)置最小高度300px 超出會自動撐開。
ie6 不認(rèn)min-height 可以用HACK?_height:300px
完整代碼:
#wc {
min-height:300px;
_height:300px;
}
- 3 回答
- 0 關(guān)注
- 548 瀏覽
添加回答
舉報
0/150
提交
取消