CSS3/CSS1 text-decoration 属性
说明:本文档兼容性测试基础环境为:windows系统;IE6-IE10, Firefox6.0, Chrome13.0, Safari5.1, Opera11.51
语法:
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 |
- 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复合属性属写法。