☆☆☆★☆☆☆

唯有努力才能活成自己想要活成的样子

导航

鼠标样式的属性记录

记录鼠标样式

使用style样式控制

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
    <span style="cursor:pointer">手形</span> 
  <span style="cursor:crosshair">十字</span> 
  <span style="cursor:text" >文本光标</span>  
  <span style="cursor:e-resize" >左右箭头</span> 
  <span style="cursor:s-resize" >上下箭头</span>
</body>
</html>

 

posted on 2019-11-04 12:17  Yr-Zhang  阅读(194)  评论(0编辑  收藏  举报