CSS控制div自动延伸到窗口100%高度

 

CSS控制div自动延伸到窗口100%高度,很实用,很不错。

css:

html{ height:100%;_height:100%;}
body{ height:100%;_height:100%;}
.minheight{ background:#CCC; width:200px; min-height:100%;_height:100%;}

html:

<div class="minheight">111</div>

posted @ 2013-04-19 14:55  小郑  阅读(828)  评论(0编辑  收藏  举报