border-bottom-width版本︰CSS1 相容性︰IE4+ NS4+ 繼承性︰無
語法︰
border-bottom-width : medium |
thin |
thick |
length
參數︰
medium : 預設寬度
thin : 小於預設寬度
thick : 大於預設寬度
length : 由浮點數字和單位識別符組成的長度值。不可為負值。請參閱
長度單位
說明︰
要使用該屬性,必須先設定對象的
height或
width屬性,或者設定
position屬性為absolute。
如果
border-style設定為none,本屬性將失去作用。
對應的腳本特性為
borderBottomWidth。請參閱我編寫的其它書目。
示例︰
span { border-top-width: thin; border-top-style: solid; }
span { border-bottom-width: thin; border-bottom-style: solid; }
span { border-left-width: thin; border-left-style: solid; }
span { border-right-width: thin; border-right-style: solid; }
蘇沈小雨製作•保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .