border-right
Name: border-right
Description: A shorthand property used to specify the color, style, and width of the right border of an element.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- [border-color]
- [border-style]
- [border-width]
- inherit
Code Example:
H2 {border-right: 3px dotted #f0f0f0;}