Style Object
The borderRightWidth property sets or returns the width of the right border of an element.
Set the borderRightWidth property:
Return the borderRightWidth property:
| Value | Description |
|---|---|
| thin | Defines a thin border |
| medium | Defines a medium border. This is default |
| thick | Defines a thick border |
| length | The width of the border in length units |
| inherit | The width of the right border is inherited from the parent element |
![]()
The borderRightWidth property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Change the width of the right border:
Style Object
Your message has been sent to W3Schools.