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