n-resize,s-resize垂直
e-resize,w-resize水平

解决方案 »

  1.   

    关键字: 解释: 
      auto 自动改变样式  
      crosshair 精确定位"+"  
      default 默认指针  
      hand 手形  
      move 移动  
      e-resize 箭头朝右方  
      ne-resize 箭头朝右上方  
      nw-resize 箭头朝左上方  
      n-resize 箭头朝上方  
      se-resize 箭头朝右下方  
      sw-resize 箭头朝左下方  
      s-resize 箭头朝下方  
      w-resize 箭头朝左方  
      text 文本"I"形  
      wait 等待  
      help 帮助 
      

  2.   

    auto          :标准光标
    default       :标准箭头
    hand          :手形光标
    wait          :等待光标
    text          :I形光标
    vertical-text :水平I形光标
    no-drop       :不可拖动光标
    not-allowed   :无效光标
    help          :?帮助光标
    all-scroll    :三角方向标
    move          :移动标
    crosshair     :十字标
    e-resize
    n-resize
    nw-resize
    w-resize
    s-resize
    se-resize
    sw-resize
      

  3.   

    咦,e-resize,n-resize,w-resize,s-resize,se-resize,sw-resize在IE5下面怎么都好像不对头哦?一个超难看的大箭头,我记得IE6下面是双箭头的啊?还是跟我的系统设置有关?<div style="cursor:auto">auto</div>
    <div style="cursor:default">default</div>
    <div style="cursor:hand">hand</div>
    <div style="cursor:wait">wait</div>
    <div style="cursor:text">text</div>
    <div style="cursor:vertical-text">vertical-text</div>
    <div style="cursor:no-drop">no-drop</div>
    <div style="cursor:not-allowed">not-allowed</div>
    <div style="cursor:help">help</div>
    <div style="cursor:all-scroll">all-scroll</div>
    <div style="cursor:move">move</div>
    <div style="cursor:crosshair">crosshair</div>
    <div style="cursor:e-resize">e-resize</div>
    <div style="cursor:n-resize">n-resize</div>
    <div style="cursor:nw-resize">nw-resize</div>
    <div style="cursor:w-resize">w-resize</div>
    <div style="cursor:s-resize">s-resize</div>
    <div style="cursor:se-resize">se-resize</div>
    <div style="cursor:sw-resize">sw-resize</div>