TEXT-UNDERLINE-POSITION
类别: HTML、CSS教程
text-underline-position版本:IE5.5+专有属性 继承性:有
语法:
text-underline-position : below | above
取值:
below :?? 默认值。在文本下面
above :?? 在文本上面
说明:
设置或检索 text-decoration 属性定义的下划线的位置。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 textUnderlinePosition 。
示例:
p { text-underline-position: above; text-decoration: underline; }
语法:
text-underline-position : below | above
取值:
below :?? 默认值。在文本下面
above :?? 在文本上面
说明:
设置或检索 text-decoration 属性定义的下划线的位置。
此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为 textUnderlinePosition 。
示例:
p { text-underline-position: above; text-decoration: underline; }
- 上一篇: CSS:TEXT-DECORATION
- 下一篇: CSS:TEXT-SHADOW
-= 资 源 教 程 =-
文 章 搜 索