text-underline-position(轉)

post0發表於2007-08-15
text-underline-position(轉)[@more@]

text-underline-position版本:IE5.5+專有屬性 繼承性:有

語法:

text-underline-position : below | above

取值:

below :? 預設值。在文字下面

above :? 在文字上面

說明:

設定或檢索 text-decoration 屬性定義的下劃線的位置。

此屬性對於 currentStyle 物件而言是隻讀的。對於其他物件而言是可讀寫的。

對應的指令碼特性為 textUnderlinePosition 。

示例:

p { text-underline-position: above; text-decoration: underline; }

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8225414/viewspace-957335/,如需轉載,請註明出處,否則將追究法律責任。

相關文章