border-right-width
Name: border-right-width
Description: Specifies the width of the right border of an element.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- inherit
- [length]
- medium [Initial value]
- thick
- thin
Code Example:
H2 {border-right-width: 3px;}
H2 {border-right-width: thin;}
H2 {border-right-width: thin;}