CSS GUIDE -MOZ-OUTLINE-SYTLE
Contents
Summary
-moz-outline-style is a Mozilla property extension to CSS that is used to set the style of the outline of an element
Media: interactive
Syntax
-moz-outline-style: <style> | inherit;
Legal Values
Value | Description |
---|---|
inherit | Inherit the value from parent element. |
style | Check here for a complete list of styles. |
Usage Examples
-moz-outline-style: groove; /*make a 3-D groove style*/
Notes
Specification Conformance
At the release of Firefox 1.5, CSS 2.1 outline-style 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-color
-moz-outline-width
References
Mozilla Developer Centre - CSS Reference - Mozilla Extensions (developer.mozilla.org)
Netscape CSS Extensions (blooberry.com)
User Interface for CSS3 (w3.org)