css mouse cursor hand in hand with the pointer type

css mouse cursor hand in hand with the pointer type  

  • Example: CSS type mouse hand effect  < the href = "#"  style = "Cursor: Hand" > mouse hand the CSS type effects </ A > < br />  
  • Example: CSS type mouse hand effect  < the href = "#"  style = "Cursor: pointer" > mouse hand the CSS type effects </ A > < br />  
  • Note: pointer is a small hand mouse, it is recommended that you use pointer, because it can be compatible with multiple browsers. < Br />  
  • Example: CSS mouse is given by the system automatically effect  < the href = "#"  style = "Cursor: Auto" > automatically by the effect of the CSS system is given mouse </ A > < br />  
  • Example: CSS mouse Phillips effect  < the href = "#"  style = "Cursor: Crosshair" > Mouse cross-type effects the CSS </ A > < br />  
  • Example: CSS effect of mouse I-shaped  < the href = "#"  style = "Cursor: text" > I-shaped effect the CSS mouse </ A > < br />  
  • Example: CSS mouse waiting effect  < the href = "#"  style = "Cursor: the wait" > mouse waiting effect the CSS </ A > < br />  
  • Example: CSS mouse Defaults  < the href = "#"  style = "Cursor: default" > mouse Defaults the CSS </ A > < br />  
  • Example: Effect CSS mouse right arrow  < the href = "#"  style = "Cursor: E-a resize" > mouse right arrow CSS effect </ A > < br />  
  • Example: CSS mouse arrow on the right effect  < the href = "#"  style = "Cursor: NE-a resize" > effect of the CSS mouse to the right of the arrow </ A > < br />  
  • Example: CSS mouse up arrow effect  < the href = "#"  style = "Cursor: n--a resize" > Mouse Up Arrow effect the CSS </ A > < br />  
  • Example: CSS effects mouse to the left of the arrow  < the href = "#"  style = "Cursor: NW-a resize" > effect of the CSS mouse to the left of the arrow </ A > < br />  
  • Example: CSS mouse left arrow effect  < the href = "#"  style = "Cursor: W-a resize" > mouse left arrow effect the CSS </ A > < br />  
  • Example: CSS effect under the mouse left arrow  < the href = "#"  style = "Cursor: SW-a resize" > mouse at the CSS left arrow effect </ A > < br />  
  • Example: CSS mouse down arrow effect  < the href = "#"  style = "Cursor: S-a resize" > mouse down arrow the CSS effect </ A > < br />  
  • Example: CSS right arrow under the effect of the mouse  < the href = "#"  style = "Cursor: SE-a resize" > mouse down arrow the CSS effect </ A > < br />  
css鼠标手型cursor中hand与pointer
Example:CSS鼠标手型效果 <a href="#" style="cursor:hand">CSS鼠标手型效果</a><br/>
Example:CSS鼠标手型效果 <a href="#" style="cursor:pointer">CSS鼠标手型效果</a><br/>
注:pointer也是小手鼠标,建议大家用pointer,因为它可以兼容多种浏览器。<br/>
Example:CSS鼠标由系统自动给出效果 <a href="#" style="cursor:auto">CSS鼠标由系统自动给出效果</a><br/>
Example:CSS鼠标十字型 效果 <a href="#" style="cursor:crosshair">CSS鼠标十字型 效果</a><br/>
Example:CSS鼠标I字型效果 <a href="#" style="cursor:text">CSS鼠标I字形效果</a><br/>
Example:CSS鼠标等待效果 <a href="#" style="cursor:wait">CSS鼠标等待效果</a><br/>
Example:CSS鼠标默认效果 <a href="#" style="cursor:default">CSS鼠标默认效果</a><br/>
Example:CSS鼠标向右的箭头效果 <a href="#" style="cursor:e-resize">CSS鼠标向右的箭头效果</a><br/>
Example:CSS鼠标向右上箭头效果 <a href="#" style="cursor:ne-resize">CSS鼠标向右上箭头效果</a><br/>
Example:CSS鼠标向上箭头效果 <a href="#" style="cursor:n-resize">CSS鼠标向上箭头效果</a><br/>
Example:CSS鼠标向左上箭头效果 <a href="#" style="cursor:nw-resize">CSS鼠标向左上箭头效果</a><br/>
Example:CSS鼠标向左箭头效果 <a href="#" style="cursor:w-resize">CSS鼠标向左箭头效果</a><br/>
Example:CSS鼠标向左下箭头效果 <a href="#" style="cursor:sw-resize">CSS鼠标向左下箭头效果</a><br/>
Example:CSS鼠标向下箭头效果 <a href="#" style="cursor:s-resize">CSS鼠标向下箭头效果</a><br/>
Example:CSS鼠标向右下箭头效果 <a href="#" style="cursor:se-resize">CSS鼠标向下箭头效果</a><br/>

摘自heisetoufa 博客

Reproduced in: https: //www.cnblogs.com/tutuyforever/p/5085076.html

Guess you like

Origin blog.csdn.net/weixin_33872660/article/details/94682054