maxHeight 属性设置或返回元素的最大高度。
maxHeight 属性仅对块级元素或具有绝对或固定位置的元素有效。
笔记:元素的高度永远不能大于 maxHeight 属性指定的值。
提示:要设置或返回元素的最小高度,请使用最小高度属性。
Property | |||||
---|---|---|---|---|---|
maxHeight | Yes | Yes | Yes | Yes | Yes |
返回 maxHeight 属性:
object.style.maxHeight
设置 maxHeight 属性:
object.style.maxHeight = "none|
length|%|initial|inherit"
Value | Description |
---|---|
none | No limit on the height of the element. This is default |
length | Defines the maximum height in length units |
% | Defines the maximum height in % of the parent element |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 没有任何 |
---|---|
返回值: | 一个 String,表示元素的最大高度 |
CSS版本 | CSS2 |
CSS教程:CSS尺寸
CSS 参考:最大高度属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!