How To Prevent Text Selection On DoubleClick Using CSS Only

This is of course for non-IE browsers:
1 2 3 4 5 |
.myclass { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; } |
This is of course for non-IE browsers:
1 2 3 4 5 |
.myclass { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; } |
Categories: How-To's, Technology Tags: CSS, Doubleclick, JQuery, Prevent select, Prevent text select, Prevent text selection, selection, Text select, Text selection
|
No comments
Copyright © 2005-2025 Eric Michael Stone | Random Thoughts, Whims and Fancies…. Powered by WordPress