Style textDecorationColor 屬性
描述
textDecorationColor 屬性指定文字裝飾(下劃線、上劃線、刪除線)的顏色。
注意: textDecorationColor 屬性僅對具有可見文字裝飾的元素有效。
瀏覽器支援
屬性 | |||||
---|---|---|---|---|---|
textDecorationColor | 57 | 79.0 | 36.0 | 7.1 Webkit | 44.0 |
語法
返回 textDecorationColor 屬性
object.style.textDecorationColor
設定 textDecorationColor 屬性
object.style.textDecorationColor = "color|initial|inherit"
屬性值
值 | 描述 |
---|---|
color | 設定文字裝飾的顏色 |
initial | 將此屬性設定為其預設值。閱讀關於 initial |
inherit | 從其父元素繼承此屬性。閱讀關於 inherit |
技術詳情
預設值 | currentColor |
---|---|
返回值 | 一個字串,表示元素的 text-decoration-color 屬性 |
CSS 版本 | CSS3 |
相關頁面
CSS 參考: text-decoration-color 屬性