HTML and CSS Reference
In-Depth Information
border-bottom-color
This property defines the color of an element's bottom border.
Syntax
border-bottom-color: color | transparent | inherit
where color is a valid CSS color value.
Example
p {border-style: solid; border-width: thin; border-bottom-color: orange;}
Compatibility
CSS 2, 3 IE 4+
Netscape 6+, Firefox 1+ Opera 4+, Safari 1+
border-bottom-style
This property defines the style for the bottom border of an element.
Syntax
border-bottom-style: dashed | dotted | double | groove | hidden |
inset | inherit | none | outset | ridge | solid
Example
#box {border-width: 10px; border-style: solid; border-bottom-style: double;}
Compatibility
CSS 2, 3 IE 4+
Netscape 6+, Firefox 1+ Opera 7+, Safari 1+
border-bottom-width
This property sets the width of an element's bottom border.
Syntax
border-bottom-width: non-negative length | medium | thick | thin | inherit
Examples
.low {border-bottom-width: thick;}
p {border-bottom-width: 15px;}
Compatibility
CSS 1, 2, 3 IE 4, 5 (buggy), 5.5+ Netscape 4 (buggy), 6+, Firefox 1+ Opera 4+, Safari 1+
Search WWH ::




Custom Search