티스토리 뷰

html에서 처리

oncontextmenu="return false"

: 오른쪽 버튼 클릭 금지

ondragstart="return false" onselectstart="return false"

: 드래그 금지

 

<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false"></body>

 

css에서 처리

div {

-webkit-touch-callout: none;

user-select: none;

-moz-user-select: none;

-ms-user-select: none;

-webkit-user-select: none;

}

 



출처: https://eunyoe.tistory.com/33 [eunyo의 it이야기]

'publisher' 카테고리의 다른 글

Ruby 필수 기초  (0) 2022.03.29
css 글자 형광펜 효과(절반 높이, 밑줄)  (0) 2021.12.29
메뉴 hover underline 효과  (0) 2021.11.03
top 버튼 구현  (0) 2021.11.02
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
글 보관함