码迷,mamicode.com
首页 > Web开发 > 详细

CSS中cursor的pointer 与 hand

时间:2016-09-12 10:51:57      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:

附:cursor属性收集

光标类型   CSS
十字准心 cursor: crosshair;
手 cursor: pointer;
cursor: hand;
写两个是为了照顾IE5,它只认hand。
等待/沙漏 cursor: wait;
帮助 cursor: help;
无法释放 cursor: no-drop;
文字/编辑 cursor: text;
可移动对象 cursor: move;
向上改变大小(North)   cursor: n-resize;
向下改变大小(South)   cursor: s-resize;
向右改变大小(East)   cursor: e-resize;
向左改变大小(West)   cursor: w-resize;
向上右改变大小(North East)   cursor: ne-resize;
向上左改变大小(North West)   cursor: nw-resize;
向下右改变大小(South East)   cursor: se-resize;
向下左改变大小(South West)   cursor: sw-resize;
自动 cursor: auto;

苏州妇科医院   http://m.wenbing.cn/szdwyy/


禁止 cursor:not-allowed;
处理中 cursor: progress;
系统默认 cursor: default;
用户自定义(可用动画) cursor: url(‘ # ‘);


CSS中cursor的pointer 与 hand

标签:

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
luntan186
加入时间:2016-09-12
  关注此人  发短消息
文章分类
luntan186”关注的人------(0
luntan186”的粉丝们------(0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!