网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: CSS :: CSS border-bottom-width属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS border-bottom-width属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:2941 :: ::

The border-bottom-width sets the width of an element's bottom border.
border-bottom-width 可用来设置元素底部边框的宽度。

继承性:

举例

table

border-bottom-width: thin
}

table

border-bottom-width: 0.5px
}

可用值

描述
thin Defines a thin bottom border
定义细型底边框
medium Defines a medium bottom border
定义中等宽度底边框
thick Defines a thick bottom border
定义粗型底边框
length Allows you to define the thickness of the bottom border
定义具体宽度的底部边框

评论 (0) All