Style Object
The borderLeftWidth property sets or returns the width of the left border of an element.
Set the borderLeftWidth property:
Return the borderLeftWidth 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 left border is inherited from the parent element |
![]()
The borderLeftWidth 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 left border:
Style Object
Your message has been sent to W3Schools.