您现在的位置是:网站首页> 编程资料编程资料
css cursor 的可选值(鼠标的各种样式)_CSS教程_CSS_网页制作_
2021-09-08
946人已围观
简介 style.cursor 的可选值(鼠标的各种样式)
crosshair; |
| 十字准心 | The cursor render as a crosshair |
cursor: pointer; |
| 手 | 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) |
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) |
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(' # '); |
| 用户自定义(可用动画) | The url of a custom cursor to be used. Note: Always define a generic cursor at the end of the list in case none of the url-defined cursors can be used |
相关内容
- css 非表格垂直对齐效果代码_CSS教程_CSS_网页制作_
- IE与Firefox的CSS兼容大全 推荐_浏览器兼容教程_CSS_网页制作_
- 网页制作 默认Web字体样式_CSS教程_CSS_网页制作_
- CSS网页布局25个实用小技巧_CSS布局实例_CSS_网页制作_
- CSS 网页布局中文排版的9则技巧_CSS布局实例_CSS_网页制作_
- Div+CSS 布局入门教程之二 构建网站_CSS布局实例_CSS_网页制作_
- html+css实现数据图表的展示效果_CSS教程_CSS_网页制作_
- 验证并修复css错误内容的相关连接_CSS教程_CSS_网页制作_
- 制作高效可维护组件化的CSS代码_CSS教程_CSS_网页制作_
- 黑客选择CSS挂马 CSS挂马攻防实录_CSS教程_CSS_网页制作_