Home » CSS Tutorial » CSS Properties » border-bottom-width
border-bottom-width
CSS Property Info :
| Syntax: |
border-bottom-width: <value> |
| Possible Values: |
thin | medium | thick | <length>
|
| Initial Value: |
medium |
| Applies to: |
All elements |
| Inherited: |
No |
CSS Browser Support :
Internet Explorer 4+
Netscape 4+
Opera 3.6+
W3C's CSS Level 1+
CSS Profile 1.0
CSS Property Description :
The border-bottom-width property is used to specify the width of an element's bottom border. The value may be one of three keywords, which are not affected by font size, or a length, which can be used to achieve relative widths. Negative values are not allowed.
One may also use the border-bottom, border-width, or border shorthand properties.
CSS Bugs / Problems :
none
Adapted by style-sheets.com, maker of Style Studio, powerful CSS Editor for Windows.
Copyright © John Pozadzides and Liam Quinn. All rights reserved.
Home » CSS Tutorial » CSS Properties » border-bottom-width
|