足球护具有哪些_布鲁特_310竞彩足球推荐专家预测_-90vs即时比分 - nba得分榜历史排名

text-decoration

語法:

text-decoration:<' text-decoration-line '> || <' text-decoration-style '> || <' text-decoration-color '>

默認值看每個獨立屬性

適用于:所有元素

繼承性:無

動畫性:看每個獨立屬性

計算值:看每個獨立屬性

相關屬性:<' text-decoration-skip '> || <' text-underline-position '>

取值:

<' text-decoration-line '>:
指定文本裝飾的種類。相當于CSS2.1的 <' text-decoration '> 屬性,可取值:none | underline | overline | line-through | blink
<' text-decoration-style '>:
指定文本裝飾的樣式。
<' text-decoration-color '>:
指定文本裝飾的顏色。

說明:

復合屬性。檢索或設置對象中的文本的裝飾。
  • 所有瀏覽器均支持CSS2.1中的 <' text-decoration '> 屬性,在CSS3中,該屬性定義被移植到其新的分解屬性 <' text-decoration-line '> 上;
  • 對應的腳本特性為textDecoration

兼容性:

  • 淺綠 = 支持
  • 紅色 = 不支持
  • 粉色 = 部分支持
Values IE Firefox Chrome Safari Opera iOS Safari Android Browser Android Chrome
Basic Support 6.0+ 2.0+ 4.0+ 6.0+ 15.0+ 6.0+ 2.1+ 18.0+
CSS3復合屬性 6.0-11.0 2.0-5.0 4.0-45.0 6.0-7.0 15.0-29.0 6.0-7.1 2.1-4.4.4 18.0-42.0
6.0-35.0-moz- 7.1-8.0-webkit-#1 8.0-8.3-webkit-#1
36.0+
  1. 支持 <' text-decoration-style '> 寫入 <' text-decoration '> 縮寫方式,但其dotted | dashed屬性值會表現為實線。

示例: