<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>
|这里要可以