text-decoration 文字修饰
text-decoration 文字修饰是 text-decoration-line、text-decoration-color、text-decoration-style 的简写形式。
语法:
{ text-decoration: sTextDecoration}
| 默认值: |
none |
| 继承性: |
否 |
| DOM 语法: |
object.style.textDecoration=sTextDecoration |
| 适用于: |
所有元素 |
| 浏览器支持: |
|
可能的值
| 值 |
描述 |
| text-decoration-line || text-decoration-color || text-decoration-style || blink |
CSS3以前会忽略text-decoration-color 和 text-decoration-style 属性。blink 的效果交替显示和隐藏。 |
说明:
本属性最后更新时间:2011-3-19 21:33:59
|