定義和用法
最大-height屬性用於設置元素的最大高度。
這防止了高度屬性的值變得比最大高度大。
注意:使用max-height屬性的值將覆蓋高度 。
默認值: | none |
---|---|
遺傳: | no |
動畫: | yes, see individual properties . Read about animatable Try it |
版: | CSS2 |
JavaScript語法: | object .style.maxHeight="100px" Try it |
瀏覽器支持
在表中的數字規定,完全支持該屬性的第一個瀏覽器版本。
屬性 | |||||
---|---|---|---|---|---|
max-height | 1.0 | 7 | 1.0 | 2.0.2 | 7 |
CSS語法
max-height: none|length|initial|inherit;
屬性值
值 | 描述 | 播放 |
---|---|---|
none | 沒有最大高度。 這是默認 | 播放 ” |
length | 定義的最大高度以像素,厘米等。 | 播放 ” |
% | 定義最大高度在包含塊的百分之 | |
initial | 將此屬性設置為默認值。 閱讀關於初始 | 播放 ” |
inherit | 繼承其父元素此屬性。 閱讀關於繼承 |
相關頁面
CSS教程: CSS尺寸
CSS參考: min-height property
HTML DOM參考: maxHeight property