Changes

Jump to: navigation, search

CSS GUIDE -MOZ-OUTLINE-SYTLE

1,449 bytes added, 00:12, 14 December 2006
no edit summary
== 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 ==
<pre>
-moz-outline-style: <style> | 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>style</td><td>Check [http://developer.mozilla.org/en/docs/CSS:-moz-outline-style here] for a complete list of styles.</td></tr>
</table>

== Usage Examples ==
<pre> -moz-outline-style: groove; /*make a 3-D groove style*/ </pre>

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

== See Also ==
[[CSS_GUIDE_-MOZ-OUTLINE|-moz-outline]]
<br>[[CSS_GUIDE_-MOZ-OUTLINE-COLOR|-moz-outline-color]]
<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