How to disable text selection and highlighting ?
The answers of above question is super easy or may be temporary . You just need to know about some css attribute and it will work as you want.
*{
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
Note that user-select
is in standardization process (currently in a W3C working draft). It is not guaranteed to work everywhere. There might be differences in implementation among browsers. Also, browsers can drop support for it in the future.
This is introduced in Internet Explorer 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
You have remarked very interesting points! ps nice web site.Money from blog