设置两个 <div> 元素的高度:
div.a {
height: auto;
border: 1px solid black;
}
div.b {
height: 50px;
border: 1px solid black;
}
亲自试一试 »
下面有更多 "亲自试一试" 示例。
这个height
属性设置元素的高度。
元素的高度不包括内边距、边框或边距!
如果height: auto;
元素将自动调整其高度以使其内容正确显示。
如果height
设置为数值(如像素、(r)em、百分比),那么如果内容不适合指定的高度,它将溢出。容器如何处理溢出的内容由溢出属性。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
height | 1.0 | 4.0 | 1.0 | 1.0 | 7.0 |
height: auto|
length|initial|inherit;
Value | Description | Demo |
---|---|---|
auto | The browser calculates the height. This is default | Demo ❯ |
length | Defines the height in px, cm, etc. Read about length units | Demo ❯ |
% | Defines the 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教程:CSS 盒子模型
CSS 参考:宽度属性
HTML DOM 参考:高度属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!