各类鼠标样式

简介:

style.cursor样式表 详细出处参考:http://www.jb51.net/css/23361.html

 

crosshair; 
  
 十字准心 
 The cursor render as a crosshair
游标表现为十字准线
 
cursor: pointer; 
cursor: hand;
写两个是为了照顾IE5,它只认hand。 
  
 手 
 The cursor render as a pointer (a hand) that indicates a link
游标以暗示(手指)的形式来表明有一个连接 
 
cursor: wait; 
  
 等待/沙漏 
 The cursor indicates that the program is busy (often a watch or an hourglass)
游标暗示当前程序正忙(一般为一块表或是一个沙漏)
 
cursor: help; 
  
 帮助 
 The cursor indicates that help is available (often a question mark or a balloon)
游标暗示当前位置可得到帮助(一般为问号或是气球)
 
cursor: no-drop; 
  
 无法释放 
 cursor: no-drop; 
 
cursor: text; 
  
 文字/编辑 
 The cursor indicates text
游标暗示当前所处位置为文字内容
 
cursor: move; 
  
 可移动对象 
 The cursor indicates something that should be moved
游标暗示一些东西应该被移动
 
cursor: n-resize; 
  
 向上改变大小(North) 
 The cursor indicates that an edge of a box is to be moved up (north)
边缘可向上移动(北)
 
cursor: s-resize; 
  
 向下改变大小(South) 
 The cursor indicates that an edge of a box is to be moved down (south)
边缘可向下方移动(南)
 
cursor: e-resize; 
  
 向右改变大小(East) 
 The cursor indicates that an edge of a box is to be moved right (east)
box边缘可向右(东)边移动
 
cursor: w-resize; 
 
 向左改变大小(West) 
 The cursor indicates that an edge of a box is to be moved left (west)
边缘可向左移动(西)
 
cursor: ne-resize; 
  
 向上右改变大小(North East) 
 The cursor indicates that an edge of a box is to be moved up and right (north/east)
游标暗示box的边缘可向右上方移动(东北方向)
 
cursor: nw-resize; 
  
 向上左改变大小(North West) 
 The cursor indicates that an edge of a box is to be moved up and left (north/west)
边缘可向左上方移动(西北)
 
cursor: se-resize; 
  
 向下右改变大小(South East) 
 The cursor indicates that an edge of a box is to be moved down and right (south/east)
边缘可向右下方移动(东南)
 
cursor: sw-resize; 
  
 向下左改变大小(South West) 
 The cursor indicates that an edge of a box is to be moved down and left (south/west)
边缘可向左下方移动(西南)
 
cursor: auto; 
  
 自动 
 The browser sets a cursor
浏览器设置一个游标
 
cursor:not-allowed; 
  
 禁止 
 cursor:not-allowed; 
 
cursor: progress; 
  
 处理中 
 cursor: progress; 
 
cursor: default; 
  
 系统默认 
 The default cursor (often an arrow)
默认的游标状态(通常为一个箭头)
 
cursor: url(' # ');
# = 光标文件地址      (注意文件格式必须为:.cur 或 .ani)。 
  
 用户自定义(可用动画) 
 The url of a custom cursor to be used.
自定义游标的url位置

Note: Always define a generic cursor at the end of the list in case none of the url-defined cursors can be used
注意:在定义完自定义的游标之后在末尾加上一般性的游标,以防那些url所定义的游标不能使用
 

相关文章
|
14天前
|
存储 弹性计算 人工智能
【2025云栖精华内容】 打造持续领先,全球覆盖的澎湃算力底座——通用计算产品发布与行业实践专场回顾
2025年9月24日,阿里云弹性计算团队多位产品、技术专家及服务器团队技术专家共同在【2025云栖大会】现场带来了《通用计算产品发布与行业实践》的专场论坛,本论坛聚焦弹性计算多款通用算力产品发布。同时,ECS云服务器安全能力、资源售卖模式、计算AI助手等用户体验关键环节也宣布升级,让用云更简单、更智能。海尔三翼鸟云服务负责人刘建锋先生作为特邀嘉宾,莅临现场分享了关于阿里云ECS g9i推动AIoT平台的场景落地实践。
【2025云栖精华内容】 打造持续领先,全球覆盖的澎湃算力底座——通用计算产品发布与行业实践专场回顾
|
6天前
|
云安全 人工智能 安全
Dify平台集成阿里云AI安全护栏,构建AI Runtime安全防线
阿里云 AI 安全护栏加入Dify平台,打造可信赖的 AI
|
9天前
|
人工智能 运维 Java
Spring AI Alibaba Admin 开源!以数据为中心的 Agent 开发平台
Spring AI Alibaba Admin 正式发布!一站式实现 Prompt 管理、动态热更新、评测集构建、自动化评估与全链路可观测,助力企业高效构建可信赖的 AI Agent 应用。开源共建,现已上线!
850 25
|
8天前
|
机器学习/深度学习 人工智能 搜索推荐
万字长文深度解析最新Deep Research技术:前沿架构、核心技术与未来展望
近期发生了什么自 2025 年 2 月 OpenAI 正式发布Deep Research以来,深度研究/深度搜索(Deep Research / Deep Search)正在成为信息检索与知识工作的全新范式:系统以多步推理驱动大规模联网检索、跨源证据。
585 46
|
2天前
|
监控 BI 数据库
打工人救星!来看看这两家企业如何用Quick BI让业务更高效
Quick BI专业版监控告警助力企业高效运作,通过灵活配置规则与多渠道推送,让数据异常早发现、快响应,推动业务敏捷决策与持续增长。
打工人救星!来看看这两家企业如何用Quick BI让业务更高效
|
8天前
|
人工智能 Java Nacos
基于 Spring AI Alibaba + Nacos 的分布式 Multi-Agent 构建指南
本文将针对 Spring AI Alibaba + Nacos 的分布式多智能体构建方案展开介绍,同时结合 Demo 说明快速开发方法与实际效果。
567 44