Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css prevent text blue selection

::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
::-moz-selection {
    color: none;
    background: none;
}
 
PREVIOUS NEXT
Tagged: #css #prevent #text #blue #selection
ADD COMMENT
Topic
Name
6+8 =