Rumah >hujung hadapan web >html tutorial >CSS控制div自动延伸到窗口100%高度_html/css_WEB-ITnose
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: