下面有更多 "亲自试一试" 示例。
这个max-width
属性定义元素的最大宽度。
如果内容大于最大宽度,则会自动改变元素的高度。
如果内容小于最大宽度, max-width
属性没有影响。
笔记:这会阻止该值的宽度属性不会变得大于max-width
。的值 max-width
属性覆盖宽度属性。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
max-width | 1.0 | 7.0 | 1.0 | 2.0.2 | 7.0 |
max-width: none|
length|initial|inherit;
Value | Description | Demo |
---|---|---|
none | No maximum width. This is default | Play it » |
length | Defines the maximum width in px, cm, etc. Read about length units | Play it » |
% | Defines the maximum width in percent of the containing block | Play it » |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 高度和宽度
CSS 参考:最小宽度属性
HTML DOM 参考:最大宽度属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!