您的位置:首页 > 其它

页面禁止鼠标滑动全选

2014-08-29 15:31 218 查看
body{

-moz-user-select: none;

-webkit-user-select:none;

-khtml-user-select: none;

  user-select: none;

}

html中:

 <body unselectable="none" onselectstart="return false;"></body> //主要解决IE不兼容 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: