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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS border-top-width属性


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

The border-top-width property sets the width of an element's top border.
border-top-width属性可用来设置元素的上边框

继承性:

举例

table

border-top-width: thin
}

table

border-top-width: 0.5cm
}

可用值

描述
thin Defines a thin top border.
定义上边框宽度为细型
medium Defines a medium top border.
定义上边框宽度为中等型
thick Defines a thick top border.
定义上边框宽度为粗型
length Allows you to define the thickness of the top border. 
定义上边框具体粗细值

评论 (0) All