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




Custom Search