CSS GUIDE -MOZ-OUTLINE

From CDOT Wiki
Revision as of 23:34, 13 December 2006 by Ankuswan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Summary

-moz-outline is a Mozilla property extension to CSS that is used to set the outline of an element. This property combines the use of -moz-outline-color, -moz-outline-style, and -moz-outline-width.

Media: interactive

Syntax

-moz-outline: [-moz-outline-color || -moz-outline-style || -moz-outline-width | inherit] ;

Legal Values

ValueDescription
inheritInherit the value from parent element.
-moz-outline-color-moz-outline-color
-moz-outline-style-moz-outline-style
-moz-outline-width-moz-outline-width

Usage Examples

 -moz-outline: red solid 10px;  /*a solid red outline that is 10px width*/ 

Notes

Specification Conformance

At the release of Firefox 1.5, CSS 2.1 outline 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-color
-moz-outline-style
-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)