首页 > 其他 > 详细

cursor 鼠标样式——属性

时间:2014-09-10 13:59:40      阅读:259      评论:0      收藏:0      [点我收藏+]
  • 取值: [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit
    • [<uri> ,]*: 根据用户定义的资源显示
    • auto: 正常鼠标
    • crosshair: 十字鼠标
    • default: 默认鼠标
    • pointer: 点状鼠标(hand,写两个是为了照顾IE5,它只认hand。)
    • move: 移动鼠标
    • e-resize(East),ne-resize(North East),nw-resize(North West),n-resize(North),se-resize(South East),sw-resize(South West),s-resize(South),w-resize(West): 改变大小鼠标
    • text: 文字鼠标
    • wait: 等待鼠标
    • help: 求助鼠标
    • progress: 过程鼠标,处理中
    • inherit: 继承
    • no-drop:无法释放,不可拖动
    • not-allowed:禁止
    •  url(‘ # ‘);# = 光标文件地址      (注意文件格式必须为:.cur 或 .ani)。注意:在定义完自定义的游标之后在末尾加上一般性的游标,以防那些url所定义的游标不能使用

cursor 鼠标样式——属性

原文:http://www.cnblogs.com/jymz/p/3964181.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!