例
更改線的顏色,在帶下劃線的文本:
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