I need a code to prevent people from selecting all content on my page, including text and images. I think there is a <div> code to do this but I am not sure. I need any type of code except javascript - preferably a style code. I tried using this but its not working in IE <body style="-moz-user-select: none; -khtml-user-select: none; user-select: none">
?? You mean in order to keep people from copying your content or markup? Not possible. Else, be more descriptive. cheers, gary
Not to protect content, i know that is impossible. I just want to disable selection. for eg www.ettmara.com
Well, I can't imagine why you'd want to do that, and I also can't imagine any style or javascript method that would last any longer than it takes to disable javascript or styles. That still leaves keyboard selection. cheers, gary