Return to Snippet

Revision: 41988
at February 25, 2011 20:35 by muzafarova


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

Initial URL
http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting

Initial Description


Initial Title
Disable text selection highlighting

Initial Tags
css

Initial Language
CSS