输入banner图图片脚本导航/分类

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:

111