/*user-select:none 속성은 해당요소의 드레그, 더블클릭, 블럭지정을 막는다.*/
div {
-ms-user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}


반응형
Posted by 힘없는염소