Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css disable text select

  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
 
PREVIOUS NEXT
Tagged: #css #disable #text #select
ADD COMMENT
Topic
Name
4+1 =