CSS:-moz-outline-width
From MDC
« CSS Reference « CSS Reference:Mozilla Extensions
[edit] Summary
In Mozilla applications, -moz-outline-width is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out:
- Initial value:
medium - Applies to: all elements
- Inherited: no
- Percentages: n/a
- Media:
visual - Computed value:
Starting with Mozilla 1.8 / Firefox 1.5, the standard CSS 2.1 outline-width property is supported as well. Use of outline-width is preferred to -moz-outline-width.
[edit] Syntax
-moz-outline-width: thin | medium | thick | <width> | inherit
[edit] Values
- <width>
- The width of the border.
[edit] Examples
hbox.example {
/* make the outline 10px */
-moz-outline-width: 10px;
}
[edit] See also
outline,
outline-width, outline-style, outline-color,
outline-offset,
-moz-outline,
-moz-outline-color, -moz-outline-radius,
-moz-outline-radius-topleft ,-moz-outline-radius-topright,
-moz-outline-radius-bottomleft, -moz-outline-radius-bottomright,
-moz-outline-style, -moz-outline-width, -moz-outline-offset