<img border="0" src="1.jpg" width="120" height="200" style="cursor:hand">

解决方案 »

  1.   

    在標簽裡加style="cursor:hand"
    <img src="1.gif" style="cursor:hand">
      

  2.   

    <img src="......" style="cursor:hand">style="cursor:hand" 手形 style="cursor:crosshair" 十字形 
    style="cursor:text" 文本形 style="cursor:wait" 沙漏形 
    style="cursor:move" 十字箭头形 style="cursor:help" 问号形 
    style="cursor:e-resize" 右箭头形  style="cursor:n-resize" 上箭头形 
    style="cursor:nw-resize" 左上箭头形  style="cursor:w-resize" 左箭头形 
    style="cursor:s-resize" 下箭头形  style="cursor:se-resize" 右下箭头形 
    style="cursor:sw-resize" 左下箭头形 
    style="CURSOR: url('mouse.ani')" 自定义 **动画效果的是*.ani文件, 静态的是*.cur文件