, :
CSS . :
Opera IE , html- , . ( IE8, FF3.6, Safari5, opera11, Chrome8):
<html>
<head>
<style>
.unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
}
</style>
</head>
<body>
<div class="unselectable" unselectable="on">test</div>
</body>
</html>
. /mantain. - javascript imho ( html\css , css class\element javascript..)