下面有更多 "亲自试一试" 示例。
borderBottomColor 属性设置或返回元素下边框的颜色。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
borderBottomColor | 1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
返回 borderBottomColor 属性:
object.style.borderBottomColor
设置 borderBottomColor 属性:
object.style.borderBottomColor
= "color|transparent|initial|inherit"
Value | Description |
---|---|
color | Specifies the color of the bottom border. Look at CSS Color Values for a complete list of possible color values. Default color is the current color of the element |
transparent | The color of the bottom border is transparent (underlying content will shine through) |
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 参考:边境属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!