Changes

Jump to: navigation, search

CSS GUIDE -MOZ-OUTLINE-WIDTH

1,388 bytes added, 00:17, 14 December 2006
no edit summary
== 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 ==
<pre>
-moz-outline-width: thin | medium | thick | <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>width</td><td>Width of the border</td></tr>
</table>

== Usage Examples ==
<pre> -moz-outline-width: 10px; /*make a 10-pixel outline*/ </pre>

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

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

== 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