max-height:<length> | <percentage> | none
默认值:none
适用于:除非置换内联元素,table-row, table-row-group
之外的所有元素
继承性:无
动画性:当值为 <length> | <percentage> 时
计算值:指定的值
媒 体:视觉
max-height
属性的值小于height时,max-height
属性将会被忽略,同时height
会忽略自己的值定义而使用max-height
的值作为自己的使用值。max-height
属性的值大于height时,max-height
属性将会被忽略。max-height
属性的值小于min-height时,max-height
属性将会被忽略。Values | IE | Firefox | Chrome | Safari | Opera | iOS Safari | Android Browser | Android Chrome |
---|---|---|---|---|---|---|---|---|
Basic Support | 8.0+ | 40.0+ | 40.0+ | 8.0+ | 40.0+ | 8.0+ | 4.4+ | 28.0+ |