text-indent版本:CSS1 兼容性:IE4+ NS4+ 繼承性:有
語法:
text-indent : length
參數:
length : 百分比數字|由浮點數字和單位標識符組成的長度值,允許為負值。請參閱
長度單位
說明:
檢索或設置對像中的文本的縮進。
在被另一個對像(如)斷開的對象內不能應用本屬性。
對應的腳本特性為
textIndent。請參閱我編寫的其他書目。
示例:
div { text-indent : -5px; }
div { text-indent : underline 10%; }
蘇沈小雨製作·保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .