css cursor鼠标手型介绍
css cursor鼠标手型
比较全的CSS cursor(鼠标样式)
十字准心 cursor:crosshair;
手cursor:pointer;
cursor:hand;
写两个是为了照顾IE5,它只认hand。
等待/沙漏cursor:wait;
帮助cursor:help;
无法释放cursor:no-drop;
文字/编辑cursor:text;
可移动对象cursor:move;
向上改变大小cursor:n-resize;
向下改变大小cursor:s-resize;
向右改变大小cursor:e-resize;
向左改变大小cursor:w-resize;
向上右改变大小cursor:ne-resize;
向上左改变大小cursor:nw-resize;
向下右改变大小cursor:se-resize;
向下左改变大小cursor:sw-resize;
自动cursor:auto;
禁止cursor:not-allowed;
处理中cursor:progress;
系统默认cursor:default;
用户自定义 cursor:url('#');#=光标文件地址(注意文件格式必须为.cur或.ani)。相关推荐
Justdoit00 2020-04-26
dreamhua 2020-01-31
nicepainkiller 2020-01-06
JackLang 2019-12-19
zhangchaoming 2019-12-18
pythonxuexi 2019-12-16
暗夜之城 2019-11-13
bigdatazx 2010-11-05
qsdnet我想学编程 2019-11-04
DAV数据库 2019-10-26
圆圆的世界CSDN 2019-10-22
nickey 2011-11-17
ebuild 2017-02-14
zhaoshuliok 2012-09-12
人勤阡陌绿 2019-03-27
nosqlnotes 2014-08-16