HTML CSS examples for CSS Layout:Text
Stop the user from highlighting any text using javascript
<html> <head></head> <body> <p onselectstart="javascript:return false;">This is text you cannot select.</p> <p>This is text you can.</p> </body><!-- w ww. j a va 2 s . c o m--> </html>