下面有更多 "亲自试一试" 示例。
这个inset
属性设置元素与父元素之间的距离。
笔记:为了使该属性生效,它必须具有position
指定的属性。
这个inset
property 是以下属性的简写属性:
inset
属性的值可以通过不同的方式设置:
如果 inset 属性有四个值:
如果 inset 属性具有三个值:
如果 inset 属性有两个值:
如果 inset 属性只有一个值:
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
inset | 87.0 | 87.0 | 66.0 | 14.1 | 73.0 |
inset: auto|
value|initial|inherit;
Value | Description | Demo |
---|---|---|
auto | Default. The element's default inset distance. | Demo ❯ |
length | Specifies inset in px, pt, cm, etc. Negative values are allowed. Read about length units | Demo ❯ |
% | Specifies distance in percent relative to size of parent element on the corresponding axis. | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
将 <div> 元素的 inset 属性值设置为从顶部到父级的距离为 15 像素,从左右到 30 像素,从底部到 60 像素:
div {
inset: 15px 30px 60px;
}
亲自试一试 »
将 <div> 元素的 inset 属性值设置为距顶部 15 像素、距右侧 30 像素、距底部 60 像素和距左侧 90 像素:
div {
inset: 15px 30px 60px 90px;
}
亲自试一试 »
CSS教程:CSS 位置
CSS位置属性:CSS 位置属性
CSS底部属性:CSS 底部属性
CSS 左属性:CSS Left 属性
CSS 右属性:CSS 右属性
CSS 顶部属性:CSS 顶部属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!