HTML & CSS Wiki

READ MORE

HTML & CSS Wiki
Stub

This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.

The CSS -moz-user-select Mozilla extension property determines whether the user can select the content of an element.

Values[]

Value Description
all The element's content can only be selected as a whole.
auto The user can select content.
element Only one element can be selected at a time.
elements One or more elements can be selected at a time.
none The user cannot select any content.
text The user can only select text.
toggle The element's content is selected, following the system's standard text selection toggling model.