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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS border-left-width属性


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

The border-left-width property sets the width of an element's left border.
border-left-width属性可设置元素左边框的的宽度

继承性:

举例

table

border-left-width: thin
}

table

border-left-width: 0.5cm
}

可用值

描述
thin Defines a thin left border.
定义细型左边框
medium Defines a medium left border.
定义中等粗细的左边框
thick Defines a thick left border.
定义粗型左边框
length Allows you to define the thickness of the left border. 
用具体粗细值来定义左边框

评论 (0) All