首页 > 其他 > 详细

鼠标样式的属性记录

时间:2019-11-04 13:44:49      阅读:80      评论:0      收藏:0      [点我收藏+]

记录鼠标样式

技术分享图片

使用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>

 

鼠标样式的属性记录

原文:https://www.cnblogs.com/zyanrong/p/11791415.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!