profileColor 属性设置或返回元素周围轮廓的颜色。
轮廓是元素周围的一条线。它显示在元素的边缘周围。但是,它与边界属性不同。
轮廓不是元素尺寸的一部分,因此元素的宽度和高度属性不包含轮廓的宽度。
Property | |||||
---|---|---|---|---|---|
outlineColor | Yes | Yes | Yes | Yes | Yes |
返回轮廓颜色属性:
object.style.outlineColor
设置轮廓颜色属性:
object.style.outlineColor
= "color|invert|initial|inherit"
Value | Description |
---|---|
color | Specifies the color of the outline. Look at CSS Color Values for a complete list of possible color values |
invert | Inverts the color of the outline to the opposite value. Note: Browsers are not required to support this value |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 倒置 |
---|---|
返回值: | 一个字符串,表示元素轮廓的颜色 |
CSS版本 | CSS2 |
CSS教程:CSS 外轮廓
CSS 参考:轮廓颜色属性
HTML DOM 参考:外轮廓属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!