当前位置:网站首页>Mouse small hand
Mouse small hand
2020-11-07 23:13:00 【Let me love you】
onmouseover Event mouse small hand implementation method :
<!-- javaScript Realization :onmouseover="this.style.cursor='hand'" -->
<input type="button" onmouseover="this.style.cursor='hand'"/>
<!-- CSS Realization :cursor:pointer; -->
<input type="button" style="cursor:pointer;">
cursor Other values
| cursor value | graphics |
|---|---|
| auto | Standard cursor |
| default | Standard arrow |
| pointer, hand | Hand cursor |
| wait | Wait for the cursor |
| text | I Shape cursor |
| vertical-text | level I Shape cursor |
| no-drop | Do not drag the cursor |
| not-allowed | Invalid cursor |
| help | Help cursor |
| all-scroll | Trigonometry |
| move | Mobile beacon |
| crosshair | A cross |
版权声明
本文为[Let me love you]所创,转载请带上原文链接,感谢
边栏推荐
- Animation techniques and details you may not know
- Design pattern of facade and mediator
- The instanceof operator in ecmascript7 specification
- Problems of Android 9.0/p WebView multi process usage
- QT hybrid Python development technology: Python introduction, hybrid process and demo
- delphi10的rest.json与system.json的踩坑
- 洞察——风格注意力网络(SANet)在任意风格迁移中的应用
- Judging whether paths intersect or not by leetcode
- 面部识别:攻击类型和反欺骗技术
- Qt混合Python开发技术:Python介绍、混合过程和Demo
猜你喜欢

Cryptography - Shangsi Valley

Reflection on a case of bus card being stolen and swiped

Introduction to ucgui

使用 Xunit.DependencyInjection 改造测试项目

云计算之路-出海记:整一台 aws 免费云服务器

Improvement of maintenance mode of laravel8 update

Jingtao project day09

C language I blog assignment 03

14000 word distributed transaction principle analysis, master all of them, are you afraid of being asked in the interview?

Face recognition: attack types and anti spoofing techniques
随机推荐
Web安全(二)---跨域资源共享
delphi10的rest.json与system.json的踩坑
Android Basics - RadioButton (radio button)
微信小程序request报400错误 @RequestBody接收不到
The emergence and significance of micro service
0.计算机简史
Search and replace of sed
Idea - the. IML file was not automatically generated by the project
Problems of Android 9.0/p WebView multi process usage
Judging whether paths intersect or not by leetcode
China Telecom announces 5g SA commercial scale in 2020
ROS学习---远程启动ROS节点
Learn Scala if Else statement
获取树形菜单列表
爆一个VS2015 Update1更新带来的编译BUG【已有解决方案】
Sentry 安装
Wechat applet request reported 400 error @ requestbody failed to receive
学习Scala IF…ELSE 语句
android基础-RadioButton(单选按钮)
What kind of technical ability should a programmer who has worked for 1-3 years? How to improve?