css中cursor有多少值

本文详细介绍了CSS中各种cursor属性的值,包括自动选择、默认、隐藏等27种不同的样式,以及它们在网页开发中的应用示例。
摘要由CSDN通过智能技术生成

css中cursor有多少值

auto:由浏览器自动决定适当的光标样式。
default:默认光标样式,通常是一个箭头。
none:隐藏光标,即不显示光标。
context-menu:表示上下文菜单应该出现,通常是一个小箭头。
help:表示指针提供帮助信息,通常是一个问号或一个问号加箭头。
pointer:表示链接,通常是一个手指。
progress:表示程序正在运行,通常是一个旋转的圆圈或一个沿着水平线移动的条。
wait:表示需要等待,通常是一个沙漏或一个旋转的圆圈。

运行下方代码清晰直观的了解这些值!!!

<!DOCTYPE html>
<html>
<head>
  <style>
    div {
      width: 200px;
      height: 200px;
      background-color: lightgray;
    }
  </style>
</head>
<body>
  <div style="cursor: auto;">Auto</div>
  <div style="cursor: default;">Default</div>
  <div style="cursor: none;">None</div>
  <div style="cursor: context-menu;">Context Menu</div>
  <div style="cursor: help;">Help</div>
  <div style="cursor: pointer;">Pointer</div>
  <div style="cursor: progress;">Progress</div>
  <div style="cursor: wait;">Wait</div>
  <div style="cursor: cell;">Cell</div>
  <div style="cursor: crosshair;">Crosshair</div>
  <div style="cursor: text;">Text</div>
  <div style="cursor: vertical-text;">Vertical Text</div>
  <div style="cursor: alias;">Alias</div>
  <div style="cursor: copy;">Copy</div>
  <div style="cursor: move;">Move</div>
  <div style="cursor: no-drop;">No Drop</div>
  <div style="cursor: not-allowed;">Not Allowed</div>
  <div style="cursor: e-resize;">East Resize</div>
  <div style="cursor: n-resize;">North Resize</div>
  <div style="cursor: ne-resize;">North East Resize</div>
  <div style="cursor: nw-resize;">North West Resize</div>
  <div style="cursor: s-resize;">South Resize</div>
  <div style="cursor: se-resize;">South East Resize</div>
  <div style="cursor: sw-resize;">South West Resize</div>
  <div style="cursor: w-resize;">West Resize</div>
  <div style="cursor: ew-resize;">East-West Resize</div>
  <div style="cursor: ns-resize;">North-South Resize</div>
  <div style="cursor: nesw-resize;">North East-South West Resize</div>
  <div style="cursor: nwse-resize;">North West-South East Resize</div>
  <div style="cursor: col-resize;">Column Resize</div>
  <div style="cursor: row-resize;">Row Resize</div>
  <div style="cursor: all-scroll;">All Scroll</div>
  <div style="cursor: zoom-in;">Zoom In</div>
  <div style="cursor: zoom-out;">Zoom Out</div>
</body>
</html>
  • 15
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值