例
更改线的颜色,在带下划线的文本:
p
{
text-decoration: underline;
-moz-text-decoration-color: red; /* Code for Firefox */
text-decoration-color: red;
}
试一试» 定义和用法
文本装饰-color属性指定文本装饰的颜色(underlines, overlines, linethroughs)
注:文本装饰-color属性将只与一个可见的文字修饰元素的效果。
默认值: | currentColor |
---|---|
遗传: | no |
动画: | yes. Read about animatable Try it |
版: | CSS3 |
JavaScript语法: | object .style.textDecorationColor="red" Try it |
浏览器支持
在表中的数字规定,完全支持该属性的第一个浏览器版本。
数字后面-moz-指定用一个前缀工作的第一个版本。
属性 | |||||
---|---|---|---|---|---|
text-decoration-color | 不支持 | 不支持 | 6.0 -moz- | 不支持 | 不支持 |
CSS语法
text-decoration-color:color|initial|inherit;
属性值
相关页面
CSS教程: CSS文本
HTML DOM参考: textDecorationColor property