JavaScript 參考手冊
textDecorationColor 屬性規(guī)定文本修飾(下劃線 underline、上劃線 overline、中劃線 line-through)的顏色。
注意:只有在帶有可見的 text-decoration 的元素上,textDecorationColor 屬性才起作用。
幾乎所有的主流瀏覽器都不支持 textDecorationColor 屬性。
Firefox 支持另一個可替代該屬性的屬性,即 MozTextDecorationColor 屬性。
返回 textDecorationColor 屬性:
設(shè)置 textDecorationColor 屬性:
值 | 描述 |
---|---|
color | 規(guī)定文本修飾的顏色。 |
initial | 設(shè)置該屬性為它的默認值。請參閱 initial。 |
inherit | 從父元素繼承該屬性。請參閱 inherit。 |
默認值: | currentColor |
---|---|
返回值: | 字符串,表示元素的 text-decoration-color 屬性。 |
CSS 版本 | CSS3 |
CSS 參考手冊:text-decoration-color 屬性