设置鼠标样式,自定义鼠标图片样式,鼠标形状

我来纠错
//自定义鼠标图片,cur文件格式
.cursor{cursor: url(../images/next.cur), auto;}

//鼠标样式
.cursor{ 
cursor: default;  /*默认*/
cursor: pointer;  /*手型*/
cursor: wait;  /*等待*/
cursor: help;  /*帮助*/
cursor: cell;  /*加号*/
cursor: move;  /*拖拽*/
cursor: e-resize;  /*水平缩放*/
cursor: n-resize;  /*垂直缩放*/
cursor: ne-resize;  /*左下、右上对角缩放*/
cursor: nw-resize;  /*左上、右下对角缩放*/
cursor: no-drop;  /*禁止*/
cursor: text;  /*光标*/
}
发送
热门关键词:
命令
知识类型:
标题描述:
详细解答:

提交审核您编辑的知识会经过 前端大牛 人工审核。