gg-qq

常用cursor光标说明

1.cursor语法:

cursor : auto | crosshair | default | hand | move | help | wait | text | w-resize |s-resize | n-resize |e-resize | ne-resize |sw-resize | se-resize | nw-resize |pointer | url (url)

 

2.常见cursor光标类型说明:

1)div{ cursor:default }默认正常鼠标指针
2)div{ cursor:hand }和div{ cursor:text } 文本选择效果
3)div{ cursor:move } 移动选择效果
4)div{ cursor:pointer } 手指形状 链接选择效果
5)div{ cursor:url(url图片地址) }设置对象为图片

 

3.其他cursor光标类型说明:

 

posted on 2019-01-04 16:31  guo&qi  阅读(690)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-11-01
  • 2021-12-06
  • 2021-10-26
  • 2021-11-19
  • 2021-09-11
  • 2021-09-11
  • 2021-08-13
猜你喜欢
  • 2021-06-06
  • 2021-08-13
  • 2021-11-30
  • 2021-08-09
  • 2021-08-13
  • 2021-11-01
  • 2021-09-11
相关资源
相似解决方案