text-underline-position
- 属性清单
- text-decoration:
text-underline-position 版本:IE5.5+专有属性 继承性:有
语法:
- text-underline-position : below | above
参数:
- below : 在文本下面
- above : 在文本上面
说明:
示例:
p { text-underline-position: above; text-decoration: underline; }
效果
请您用下面的按钮选择这段文字的text-underline-position属性的值。看一看会发生什么,然后您就会明白这个属性的意义。希望您喜欢CobStudio,谢谢。