码迷,mamicode.com
首页 > 其他好文 > 详细

cursor 鼠标样式——属性

时间:2014-09-10 13:59:40      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:os   使用   文件   sp   c   size   ef   res   r   

  • 取值: [ [<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 鼠标样式——属性

标签:os   使用   文件   sp   c   size   ef   res   r   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!