页面布局之DIV设置最小高度,并且要有自适应高度
<style?type="text/css">
/*<![CDATA[*/
div?{
????width:200px;
????height:auto!important;
????height:200px;
????min-height:200px;
????border:1px?solid?green;
????}
/*]]>*/
</style>
动态设置DIV高度:
??
?
?
发布时间: 2012-11-25 11:44:31 作者: rapoo
页面布局之DIV设置最小高度,并且要有自适应高度
<style?type="text/css">
/*<![CDATA[*/
div?{
????width:200px;
????height:auto!important;
????height:200px;
????min-height:200px;
????border:1px?solid?green;
????}
/*]]>*/
</style>
动态设置DIV高度:
??
?
?