Return to Snippet

Revision: 45765
at May 7, 2011 02:39 by arpit


Initial Code
-webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -o-user-select: none;
     user-select: none;

Initial URL


Initial Description
Prevents user selecting text in text blocks

Initial Title
Disallow user selection of text

Initial Tags


Initial Language
CSS