-moz-user-select

Specifies the content selection behavior for the element.

Platform Support

IENetscapeMozillaOperaSafari
no6.0+nonono

Values

inheritInherit the value from the parent element.
noneContent of the element cannot be selected.
textText content of the element can be selected.
elementOne element at a time can be selected.
elementsMultiple elements can be selected.
allContents of the element are selected as a whole.
toggleContents of the element are selected via the text selection toggling model.
tri-stateContents are selected via three-state selection model.

Remarks

Proprietary Mozilla property.

Related

text_css aptana_docs