Changes

Jump to: navigation, search

CSS GUIDE -MOZ-USER-INPUT

1,903 bytes added, 23:53, 13 December 2006
no edit summary
== Summary ==
'''-moz-user-input''' is a Mozilla property extension to CSS that is used to determine whether or not an element may be selected with input focus.

'''Media:''' interactive

Possible uses include: .

== Syntax ==
<pre>
TARGET_ELEMENT{-moz-user-input: inherit;}
TARGET_ELEMENT{-moz-user-input: disabled;}
TARGET_ELEMENT{-moz-user-input: enabled;}
TARGET_ELEMENT{-moz-user-input: none;}
</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 the parent element.</td></tr>
<tr><td>disabled</td><td>The element will not accept user input.</td></tr>
<tr><td>enabled</td><td>The element accepts user input.</td></tr>
<tr><td>none</td><td>The element does not respond to user input, and as such, neither disabled nor enabled are applicable.</td></tr>
</table>

== Usage Examples ==

== Notes ==
This property is similar to the [http://www.w3.org/TR/1999/WD-css3-userint-19990916#user-input user-input] property of CSS3.

== Specification Conformance ==
Doesn't conform to CSS standards; [http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions A Mozilla CSS Extension].

== Browser Compatibility ==
Netscape 6+
<br>Mozilla 0.6+
<br>Firefox 1.0+

== See Also ==
[[CSS_GUIDE_-MOZ-USER-FOCUS|-moz-user-focus]]
<br>[[CSS_GUIDE_-MOZ-USER-INPUT|-moz-user-input]]
<br>[[CSS_GUIDE_-MOZ-USER-MODIFY|-moz-user-modify]]

== References ==
[http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions Mozilla Developer Centre - CSS Reference - Mozilla Extensions], particularly: [http://developer.mozilla.org/en/docs/CSS:-moz-user-input] (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-input User Interface for CSS3] (w3.org)
1
edit

Navigation menu