Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make ane element not selectable css

.button {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ane #element #selectable #css
ADD COMMENT
Topic
Name
3+6 =