Properties
CSS
outline-width
The outline-width property sets the width of an element's outline.
CSS2
outline-width: thin | medium | thick | <length> | inherit
| Initial: | medium |
| Applies To: | all elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual, interactive |
Note: Doctype is required for Internet Explorer 8+
DOM
[window.]document.getElementById("element-id").style.outlineWidth = "outline-width";
