语法: 
 
text-underline-position : below | above 
 
参数: 
 
below :  在文本下面
above :  在文本上面 
 
说明: 
 
设置或检索text-decoration属性定义的下划线的位置。 
对应的脚本特性为textUnderlinePosition。请参阅我编写的其他书目。 
 
示例: 
 
p { text-underline-position: above; text-decoration: underline; } 
 
 
语法: 
 
text-underline-position : below | above 
 
参数: 
 
below :  在文本下面
above :  在文本上面 
 
说明: 
 
设置或检索text-decoration属性定义的下划线的位置。 
对应的脚本特性为textUnderlinePosition。请参阅我编写的其他书目。 
 
示例: 
 
p { text-underline-position: above; text-decoration: underline; }