Search
 
SCRIPT & CODE EXAMPLE
 

CSS

no select css

.noselect {
  -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 */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
Comment

css no selection

  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
Comment

PREVIOUS NEXT
Code Example
Css :: disable drag image css 
Css :: css center element on screen 
Css :: css font arial 
Css :: css second td in table 
Css :: Hide calendar icon 
Css :: remove bullets from list css 
Css :: css all caps 
Css :: font helvetica css 
Css :: navbar box shadow 
Css :: css image transform flip mirror 
Css :: smooth scroll to anchor 
Css :: form field focus border remove css 
Css :: text overflow ellipsis css 
Css :: css center position absolute 
Css :: css gradient text 
Css :: input type search remove x 
Css :: reset css cdn 
Css :: vertically center an svg 
Css :: css display none alternatives 
Css :: how to use font awesome unicode in css 
Css :: checkbox background color css 
Css :: css cursor pointer hover 
Css :: set scrollbar width css 
Css :: css blur text 
Css :: css change image color 
Css :: JS make text not highlightable 
Css :: how to center in css 
Css :: css prevent line break 
Css :: background gradient problem 
Css :: font smoothing 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =