CSS GUIDE -MOZ-OUTLINE-WIDTH

From CDOT Wiki
Jump to: navigation, search

Summary

-moz-outline-width is a Mozilla property extension to CSS that is used to set the width of the outline of an element.

Media: interactive

Syntax

-moz-outline-width: thin | medium | thick | <width> | inherit;

Legal Values

ValueDescription
inheritInherit the value from parent element.
widthWidth of the border

Usage Examples

 -moz-outline-width: 10px;  /*make a 10-pixel outline*/ 

Notes

Specification Conformance

At the release of Firefox 1.5, CSS 2.1 outline-width property is supported. The use of this property is now preferred.

Browser Compatibility

Netscape 6+
Mozilla 0.6+
Firefox 1.0+

See Also

-moz-outline
-moz-outline-style
-moz-outline-color

References

Mozilla Developer Centre - CSS Reference - Mozilla Extensions (developer.mozilla.org)
Netscape CSS Extensions (blooberry.com)
User Interface for CSS3 (w3.org)