-moz-user-input

Specifies whether or not the element has input focus.

Platform Support

IENetscapeMozillaOperaSafari
no6.0+nonono

Values

inheritInherit the value from the parent element.
autoUse the default user-input behavior.
noneElement is neither enabled or disabled for user input.
enabledElement is enabled for user input.
disabledElement is disabled for user input.

Remarks

Proprietary Mozilla property.

Related

text_css aptana_docs