text-decoration
- 版本:CSS1
- 继承性:无
语法:
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。
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
版本 | 6.0-9.0 #1 | 4.0-9.0 #2 | 5.1 #3 | 13.0-16.0 #4 | 11.50-11.60 #5 |
- IE9及更早浏览器不支持blink,且不支持CSS3下的text-decoration复合属性属写法。
- Firefox4.0-9.0不支持CSS3下的text-decoration复合属性属写法。
- Safari5.1不支持blink,且不支持CSS3下的text-decoration复合属性属写法。
- Chrome13.0不支持blink,且不支持CSS3下的text-decoration复合属性属写法。
- Opera11.50-11.60不支持CSS3下的text-decoration复合属性属写法。