border-right-style
The border-right-style property sets the style of an element's right border.
CSS2
Syntax
border-right-style: none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset | inherit
Initial: | none |
Applies To: | all elements |
Inherited: | no |
Percentages: | NA |
Media: | visual |
DOM
[window.]document.getElementById("element-id").style.borderRightStyle = "border-right-style";
Example | dashed
Example | dotted
Example | double
Example | groove
Example | hidden
Example | inset
Example | none
Example | outset
Example | ridge
Example | solid
Example | DOM
External
W3C Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification