当前位置:网站首页>鼠标变小手
鼠标变小手
2020-11-07 23:13:00 【讓丄帝愛伱】
onmouseover事件鼠标变小手实现方法:
<!-- javaScript实现:onmouseover="this.style.cursor='hand'" -->
<input type="button" onmouseover="this.style.cursor='hand'"/>
<!-- CSS实现:cursor:pointer; -->
<input type="button" style="cursor:pointer;">
cursor其他取值
cursor值 | 图形 |
---|---|
auto | 标准光标 |
default | 标准箭头 |
pointer, hand | 手形光标 |
wait | 等待光标 |
text | I形光标 |
vertical-text | 水平I形光标 |
no-drop | 不可拖动光标 |
not-allowed | 无效光标 |
help | 帮助光标 |
all-scroll | 三角方向标 |
move | 移动标 |
crosshair | 十字标 |
版权声明
本文为[讓丄帝愛伱]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/2425659/blog/4707749
边栏推荐
- Android 9.0/P WebView 多进程使用的问题
- 16. File transfer protocol, vsftpd service
- More than 50 object detection datasets from different industries
- QT hybrid Python development technology: Python introduction, hybrid process and demo
- 来自不同行业领域的50多个对象检测数据集
- 异常+abstract
- What kind of technical ability should a programmer who has worked for 1-3 years? How to improve?
- Improvement of maintenance mode of laravel8 update
- ngnix集群高并发
- Web安全(四)---XSS攻击
猜你喜欢
一万四千字分布式事务原理解析,全部掌握你还怕面试被问?
Cryptography - Shangsi Valley
数据库基本操作
Judging whether paths intersect or not by leetcode
Design pattern of facade and mediator
16. File transfer protocol, vsftpd service
什么都2020了,LINQ查询你还在用表达式树
Data structure and sorting algorithm
On the stock trading of leetcode
Ladongo open source full platform penetration scanner framework
随机推荐
你的主机中的软件中止了一个已建立的连接。解决方法
状态压缩:对动态规划进行降维打击
leetcode之判断路径是否相交
Problems of Android 9.0/p WebView multi process usage
手撕算法-手写单例模式
Get started, GIT
京淘项目知识点总结
Golang anonymous structure member, named structure member, inheritance, composition
Android 9.0/P WebView 多进程使用的问题
C/C++编程笔记:C语言相比其他编程语言,有什么不一样的优势?
Supervisor process management installation and use
Qt混合Python开发技术:Python介绍、混合过程和Demo
WPF 关于绘图个人总结
ubuntu实时显示cpu、内存占用率
Qt混合Python开发技术:Python介绍、混合过程和Demo
构造请求日志分析系统
GoLand writes a program with template
微服务的出现和意义的探索
Jingtao project day09
关于update操作并发问题