11.1.1 CSS border-top-width 属性
border-top-width属性是CSS2.1提出的.IE6,Firefox1.5,Opera9支持此属性border-top-width -- 定义上边框的宽度
- 取值:<border-width> | inherit
- <border-width>: 边框宽度
- inherit:继承
- 初始值: medium
- 继承性: 否
- 适用于: 所有元素
- border:边框,top:上,width:宽度.
- 引用网址:http://www.dreamdu.com/css/property_border_top_width/
示例
p#top{border-top-width:thin;}