这个min-height
属性定义元素的最小高度。
如果内容小于最小高度,则将应用最小高度。
如果内容大于最小高度, min-height
属性没有影响。
笔记:这会阻止该值的高度属性变得小于min-height
。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
min-height | 1.0 | 7.0 | 3.0 | 2.0.2 | 4.0 |
min-height:
length|initial|inherit;
Value | Description | Demo |
---|---|---|
length | Default value is 0. Defines the minimum height in px, cm, etc. Read about length units | Demo ❯ |
% | Defines the minimum height in percent of the containing block | Demo ❯ |
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 参考:minHeight 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!