Style textDecorationColor 屬性
定義和用法
textDecorationColor 屬性規(guī)定文本修飾(下劃線 underline、上劃線 overline、中劃線 line-through)的顏色。
注意:只有在帶有可見的 text-decoration 的元素上,textDecorationColor 屬性才起作用。
瀏覽器支持
幾乎所有的主流瀏覽器都不支持 textDecorationColor 屬性。
Firefox 支持另一個可替代該屬性的屬性,即 MozTextDecorationColor 屬性。
語法
返回 textDecorationColor 屬性:
object.style.textDecorationColor
設(shè)置 textDecorationColor 屬性:
object.style.textDecorationColor="color|initial|inherit"
屬性值
值 | 描述 |
---|---|
color | 規(guī)定文本修飾的顏色。 |
initial | 設(shè)置該屬性為它的默認(rèn)值。請參閱 initial。 |
inherit | 從父元素繼承該屬性。請參閱 inherit。 |
技術(shù)細(xì)節(jié)
默認(rèn)值: | currentColor |
---|---|
返回值: | 字符串,表示元素的 text-decoration-color 屬性。 |
CSS 版本 | CSS3 |
相關(guān)文章
CSS 參考手冊:text-decoration-color 屬性
更多建議: