Posts by convidado • 1 point
1 post
-
-3
votes2
answers15006
viewsA: How to prevent content selection with CSS?
<head> <script type="text/javascript"> function RemoveSelection() {if (window.getSelection) {window.getSelection().removeAllRanges();}} …