读书人

div之min-height跟max-height

发布时间: 2014-01-09 23:07:34 作者: rapoo

div之min-height和max-height
-


max-height

The value of the max-height property overrides height.




min-height

The value of the min-height property overrides both max-height and height.




Default value:0
Inherited:no
Version:CSS2
JavaScript syntax:object.style.minHeight="10px"


Example:

p
{
min-height:100px;
}








==

读书人网 >Web前端

热点推荐