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 .