将 <div> 元素上边框的宽度更改为 10px:
document.getElementById("myDiv").style.borderTopWidth = "10px";
亲自试一试 »
borderTopWidth 属性设置或返回元素上边框的宽度。
Property | |||||
---|---|---|---|---|---|
borderTopWidth | Yes | Yes | Yes | Yes | Yes |
返回 borderTopWidth 属性:
object.style.borderTopWidth
设置 borderTopWidth 属性:
object.style.borderTopWidth = "thin|medium|thick|
length|initial|inherit"
Value | Description |
---|---|
thin | Defines a thin border |
medium | Defines a medium border. This is default |
thick | Defines a thick border |
length | The width of the border in length units |
inherit | The width of the top border is inherited from 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 |
默认值: | 中等的 |
---|---|
返回值: | 一个字符串,表示元素上边框的宽度 |
CSS版本 | CSS1 |
CSS教程:CSS 边框
CSS 参考:边框顶部宽度属性
HTML DOM 参考:边境属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!