- Description
Sets the width of an outline around an element. When using thick width outlines look at using margins as well to stop the outline covering other elements.
- Example
p{ outline-width:thick; outline-style:solid; outline-color:green; margin:thick; }
- Values
- length values of thin, medium, thick,
- Default value
- medium
- Introduced in CSS version
- 2.1
- Applies to elements
- All
- Inherited
- No
- Browser Support
Browsers IE Firefox Safari Opera Chrome Versions 8 1.5 1.2 7 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties