码迷,mamicode.com
首页 > 其他好文 > 详细

鼠标样式的属性记录

时间:2019-11-04 13:25:48      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:gif   cursor   code   记录   style   utf-8   mic   文本   属性   

记录鼠标样式

技术图片

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

 

鼠标样式的属性记录

标签:gif   cursor   code   记录   style   utf-8   mic   文本   属性   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!