Style Object
The outlineWidth property sets or returns the width of the outline around an element.
Set the outlineWidth property:
Return the outlineWidth property:
| Value | Description |
|---|---|
| thin | Defines a thin outline |
| medium | Defines a medium outline. This is default |
| thick | Defines a thick outline |
| length | The width of the outline in length units |
| inherit | The width of the outline is inherited from the parent element |
![]()
The outlineWidth property is supported in all major browsers.
Note: The outlineWidth property is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports it.
An outline is a line around an element. It is displayed around the margin of the element. However, it is different from the border property.
The outline is not a part of the element's dimensions, therefore the element's width and height properties do not contain the width of the outline.
Change the width of the outline:
Style Object
Your message has been sent to W3Schools.