CSS text-decoration-color 屬性
- 上一頁 text-decoration
- 下一頁 text-decoration-line
定義和用法
text-decoration-color 屬性規定 text-decoration(下劃線、上劃線、穿線)的顏色。
另請參閱:
CSS 教程:CSS 文本
HTML DOM 參考手冊:textDecorationColor 屬性
CSS 語法
text-decoration-color: color|initial|inherit;
屬性值
值 | 描述 |
---|---|
color | 規定 text-decoration 的顏色。 |
initial | 將此屬性設置為其默認值。參閱 initial。 |
inherit | 從其父元素繼承此屬性。參閱 inherit。 |
技術細節
默認值: | currentColor |
---|---|
繼承: | 否 |
動畫制作: | 支持。請參閱:動畫相關屬性。 |
版本: | CSS3 |
JavaScript 語法: | object.style.textDecorationColor="red" |
瀏覽器支持
表格中的數字注明了完全支持該屬性的首個瀏覽器版本。
帶 -webkit- 或 -moz- 的數字表示使用前綴的首個版本。
Chrome | IE / Edge | Firefox | Safari | Opera |
---|---|---|---|---|
57.0 | 79.0 | 36.0 6.0 -moz- |
12.1 7.1 -webkit- |
44.0 |
- 上一頁 text-decoration
- 下一頁 text-decoration-line