CSS text-decoration-color 属性
定义和用法
text-decoration-color 属性规定 text-decoration(下划线、上划线、穿线)的颜色。
默认值: | currentColor |
---|---|
继承: | 否 |
动画制作: | 支持。请参阅:动画相关属性。 |
版本: | CSS3 |
JavaScript 语法: | object.style.textDecorationColor="red" |
浏览器支持
表格中的数字注明了完全支持该属性的首个浏览器版本。
带 -webkit- 或 -moz- 的数字表示使用前缀的首个版本。
属性 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
text-decoration-color | 57.0 | 79.0 | 36.0 6.0 -moz- |
7.1 -webkit- | 44.0 |
CSS 语法
text-decoration-color: color|initial|inherit;
属性值
值 | 描述 |
---|---|
color | 规定 text-decoration 的颜色。 |
initial | 将此属性设置为其默认值。参阅 initial。 |
inherit | 从其父元素继承此属性。参阅 inherit。 |