CSS 鼠标手指样式整理

通过设置style属性来控制鼠标指针样式

 
  
  1. style="cursor:*"
 
  
  1. href="#" style="cursor:pointer">CSS鼠标手型效果
  2. href="#" style="cursor:crosshair">CSS鼠标十字型 效果
  3. href="#" style="cursor:help">CSS鼠标问号效果
 
  
  1. text 是移动到文本上的那种效果
  2. wait 是等待的那种效果
  3. default 是默认效果
  4. e-resize 是向右的箭头
  5. ne-resize 是向右上的箭头
  6. n-resize 是向上的箭头
  7. nw-resize 是向左上的箭头
  8. w-resize 是向左的箭头
  9. sw-resize 是左下的箭头
  10. s-resize 是向下的箭头
  11. se-resize 是向右下的箭头
  12. auto 是由系统自动给出效果

你可能感兴趣的:(css)