Mouse style attribute record

Record mouse style

Use style style control

<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-a resize"  > left arrow </ span >  
  < span style = "Cursor: S-a resize"  > down arrow </ span > 
</ body > 
</ HTML >

 

Guess you like

Origin www.cnblogs.com/zyanrong/p/11791415.html