CSS Property: outline-width
[this page | pdf | back links]
The CSS (CSS2) outline-width property sets the width
of an element’s outline (outside the edge or border of the element). Note: an
element needs to have an outline (so you need to set the outline-style
property to something other than none) before the width of the outline can be
set.
Valid property values
(other than inherit
and initial) are:
|
Default Value:
|
0
|
|
JavaScript syntax:
|
e.g. object.style.outlineWidth="3px"
|
|
Inherited:
|
No
|
|
Animatable:
|
Yes
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties