Search
 
SCRIPT & CODE EXAMPLE
 

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 */ 
Comment

disable text selection

#example {
  user-select:none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: journalctl last 100 lines 
Css :: custom scrollbar 
Css :: smooth scroll css 
Css :: css text vertical direction 
Css :: box shadow inset 
Css :: how to center a div in css 
Css :: inline styling width 
Css :: how to not underline links in css 
Css :: limit paragraph by 2 lines css 
Css :: @media 
Css :: add space between text and underline 
Css :: use a local font css 
Css :: how to center in absolute position 
Css :: soft box shadow css 
Css :: css rounded corners 
Css :: italic css 
Css :: center text horizontally and vertically 
Css :: sass calc with variable 
Css :: css text color border 
Css :: how to stretch the background image in css 
Css :: span wrap html 
Css :: css overflow y 3 dots 
Css :: position relative get in center 
Css :: center grid 
Css :: css variables 
Css :: input remove blue glow 
Css :: how to remove border on button click 
Css :: css box-shadow 
Css :: div align right in css 
Css :: To make the content of the select2 RTL or LTR 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =