DIV+CSS属性清单 | 相关内容text-underline-position
text-underline-position版本:IE5.5+专有属性 继承性:有

 
语法:
 
text-underline-position : below | above
 
参数:
 
below :  在文本下面
above :  在文本上面
 
说明:
 
设置或检索text-decoration属性定义的下划线的位置。
对应的脚本特性为textUnderlinePosition。请参阅我编写的其他书目。
 
示例:
 
p { text-underline-position: above; text-decoration: underline; }
 
请您用下面的按钮选择这段文字的text-underline-position属性的值。看一看会发生什么,然后您就会明白这个属性的意义。希望您喜欢这本电子书。谢谢。
 

 


学习DIV+CSS div css CSS 就上divcss5 在线CSS教程CSS手册CSS3手册