top 属性设置或返回定位元素的顶部位置。
该属性指定元素的顶部位置,包括内边距、滚动条、边框和边距。
提示:定位元素是位置属性设置为:相对、绝对或固定的元素。
提示:要设置或返回定位元素的底部位置,请使用底部属性。
Property | |||||
---|---|---|---|---|---|
top | Yes | Yes | Yes | Yes | Yes |
返回顶部属性:
object.style.top
设置顶部属性:
object.style.top = "auto|
length|
%|initial|inherit"
Value | Description |
---|---|
auto | Lets the browser set the top position. This is default |
length | Defines the top position in length units. Negative values are allowed |
% | Sets the top position in % of the height of the parent element |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 汽车 |
---|---|
返回值: | 一个 String,表示定位元素的顶部位置 |
CSS版本 | CSS2 |
CSS教程:CSS定位
CSS 参考:顶级属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!