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";

Example | length

Δ

Example | medium

Δ

Example | thick

Δ

Example | thin

Δ

Example | DOM

Δ

Reference

Δ