text-decoration

语法:

text-decoration:[ text-decoration-line ] || [ text-decoration-style ] || [ text-decoration-color ] || blink

默认值看每个独立属性

取值:

[ text-decoration-line ]:
指定文本装饰的种类。相当于CSS1时的text-decoration属性
[ text-decoration-style ]:
指定文本装饰的样式。
[ text-decoration-color ]:
指定文本装饰的颜色。
blink:
指定文字的装饰是闪烁。写本文档时仅Firefox和Opera支持该参数值

说明:

复合属性。检索或设置对象中的文本的装饰。
  • 对应的脚本特性为textDecoration

兼容性:

  • 浅绿 = 支持
  • 红色 = 不支持
  • 墨绿 = 部分支持
  • 橙色 = 实验性质
支持版本\类型 IE Firefox Safari Chrome Opera
版本 6.0-9.0 #1 4.0-9.0 #2 5.1 #3 13.0-16.0 #4 11.50-11.60 #5
  1. IE9及更早浏览器不支持blink,且不支持CSS3下的text-decoration复合属性属写法。
  2. Firefox4.0-9.0不支持CSS3下的text-decoration复合属性属写法。
  3. Safari5.1不支持blink,且不支持CSS3下的text-decoration复合属性属写法。
  4. Chrome13.0不支持blink,且不支持CSS3下的text-decoration复合属性属写法。
  5. Opera11.50-11.60不支持CSS3下的text-decoration复合属性属写法。

示例: