Changes

Jump to: navigation, search

CSS GUIDE -MOZ-OUTLINE-COLOR

1,555 bytes added, 23:45, 13 December 2006
no edit summary
== Summary ==
'''-moz-outline-color''' is a Mozilla property extension to CSS that is used to set the color property of an outline of an element.

'''Media:''' interactive

== Syntax ==
<pre>
-moz-outline-color: <color> | invert | 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>color</td><td>Either a name (red), rgb value (rgb(255,0,0)), or a hex value (#FF0000)</td></tr>
<tr><td>invert</td><td>Default value. Performs a color inversion of the background to ensure maximum visibility.</td></tr>
</table>

== Usage Examples ==
<pre> -moz-outline-color: #FF0000; /*make a red outline*/ </pre>

== Notes ==


== Specification Conformance ==
At the release of Firefox 1.5, CSS 2.1 outline-color 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-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