<body>
<div>常用的鼠标样式(cursor):pointer,move,defalt,text(火狐不支持hand)</div>
</body>
<style>
div {
width: 200px;
height: 200px;
background: rgb(184, 147, 147);
}
div:hover {
cursor: pointer;/* 小手 */
cursor: move;/* 十字架 */
cursor: default;/* 默认白色箭头 */
cursor: text;/* I型 */
}
</style>

最新文章

  1. Data对象
  2. 初试ASP.NET Web API/MVC API(附Demo)
  3. React Native常用组件Image使用
  4. 安卓 9.png 图片的制作
  5. A coroutine example: Streaming XML parsing using xml_parser
  6. unreal3脚本stacktrace的问题
  7. iOS 模拟器键盘弹出以及中文输入
  8. Django基础 - Debug设置为False后静态文件获取404
  9. iOS开发入门教程
  10. centos下添加环境变量和启动apache
  11. 【记忆化搜索】Codeforces Round #295 (Div. 2) B - Two Buttons
  12. PYTHON:HTTP头设置工具(以附件名为例)
  13. linux服务器下tomcat部署项目内存溢出
  14. select.poll,epoll的区别与应用
  15. Tinyhttpd精读解析
  16. TensorFlow 处理图片
  17. Image控件Stretch属性
  18. 异构GoldenGate 12c 单向复制配置
  19. STM32 ADC转换时间
  20. python 求两个时间差

热门文章

  1. NIO(3)--Selector
  2. Git使用整理
  3. js --桥接模式
  4. MySql 严格模式相关配置
  5. javascript中的prototype和__proto__的理解
  6. Air for ANE:一星期的调试笔记
  7. netaddr网络地址工具python
  8. golang基础归纳
  9. Java List&lt;String&gt; list=new ArrayList&lt;String&gt;();为什么要声明为List,而不是ArrayList&lt;String&gt;
  10. iptables和lvs