Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to desactivate txt selection css

/* To desactivate text selection */
    user-select: none; /* Normal (chrome)*/
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
 
PREVIOUS NEXT
Tagged: #desactivate #txt #selection #css
ADD COMMENT
Topic
Name
1+4 =