Changes

Jump to: navigation, search

CSS GUIDE -MOZ-OUTLINE

1,759 bytes added, 23:34, 13 December 2006
no edit summary
== 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 ==
<pre>
-moz-outline: [-moz-outline-color || -moz-outline-style || -moz-outline-width | inherit] ;
</pre>

== Legal Values ==
<table border="1" cellpadding="3">
<tr><th>Value</th><th>Description</th></tr>
<tr><td>inherit</td><td>Inherit the value from parent element.</td></tr>
<tr><td>-moz-outline-color</td><td>[[CSS_GUIDE_-MOZ-OUTLINE-COLOR|-moz-outline-color]]</td></tr>
<tr><td>-moz-outline-style</td><td>[[CSS_GUIDE_-MOZ-OUTLINE-STYLE|-moz-outline-style]]</td></tr>
<tr><td>-moz-outline-width</td><td>[[CSS_GUIDE_-MOZ-OUTLINE-WIDTH|-moz-outline-width]]</td></tr>
</table>

== Usage Examples ==
<pre> -moz-outline: red solid 10px; /*a solid red outline that is 10px width*/ </pre>

== 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+
<br>Mozilla 0.6+
<br>Firefox 1.0+

== See Also ==
[[CSS_GUIDE_-MOZ-OUTLINE-COLOR|-moz-outline-color]]
<br>[[CSS_GUIDE_-MOZ-OUTLINE-SYTLE|-moz-outline-style]]
<br>[[CSS_GUIDE_-MOZ-OUTLINE-WIDTH|-moz-outline-width]]

== References ==
[http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions Mozilla Developer Centre - CSS Reference - Mozilla Extensions] (developer.mozilla.org)
<br>[http://www.blooberry.com/indexdot/css/properties/extensions/nsextensions.htm Netscape CSS Extensions] (blooberry.com)
<br>[http://www.w3.org/TR/1999/WD-css3-userint-19990916#user-modify User Interface for CSS3] (w3.org)
1
edit

Navigation menu