/ Published in: CSS
URL: http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting
Expand |
Embed | Plain Text
-webkit-user-select:none; -moz-user-select:none;
You need to login to post a comment.
muzafarova on 02/05/11
1 person have marked this snippet as a favorite
URL: http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting
-webkit-user-select:none; -moz-user-select:none;
You need to login to post a comment.