<style>
.unselectable 
{
 -moz-user-select
:none;
 hutia
:expression(this.onselectstart=function(){return(false)}
);
 hutia2:expression(this.onmousemove=function()
{var tR=document.selection.createRange(), temp=tR.collapse(), temp= tR.select() });
}
</style>
<span class="unselectable">
我不可選擇
</span>
|這里要可以