style="CURSOR: hand"
把上面的加入到img标签里面

解决方案 »

  1.   

    <span style="color:blue;cursor:hand" color=red id=spanSaid onmouseover="this.style.color='red'" 
        onmouseout="this.style.color='blue'" >呵呵后<span>
      

  2.   

    <img src="ballack.jpg" onmouseover="this.style.cursor='hand'" onmouseout="this.style.cursor=''">
      

  3.   

    <img src="xxx.jpg" style="CURSOR:hand">
      

  4.   

    <img src="xxx.jpg" style="CURSOR:hand">
      

  5.   

    <img src="ballack.jpg" style="cursor: hand">
      

  6.   

    有个资料给大家看看
    请问怎么在网页中改变鼠标的箭头形状? 
     HTML 代码片段如下:
    <body> 
    <a href="#" style="cursor: auto;">auto</a><br> 
    <a href="#" style="cursor: crosshair ">crosshair </a><br> 
    <a href="#" style="cursor: default ">default </a><br> 
    <a href="#" style="cursor: hand ">hand </a><br> 
    <a href="#" style="cursor: move ">move </a><br> 
    <a href="#" style="cursor: e-resize ">e-resize </a><br> 
    <a href="#" style="cursor: ne-resize ">ne-resize </a><br> 
    <a href="#" style="cursor: nw-resize">nw-resize</a><br> 
    <a href="#" style="cursor: n-resize">n-resize</a><br> 
    <a href="#" style="cursor: se-resize">se-resize</a><br> 
    <a href="#" style="cursor: sw-resize">sw-resize</a><br> 
    <a href="#" style="cursor: s-resize">s-resize</a><br> 
    <a href="#" style="cursor: w-resize">w-resize</a><br> 
    <a href="#" style="cursor: text">text</a><br> 
    <a href="#" style="cursor: wait">wait</a><br> 
    <a href="#" style="cursor: help">help</a><br> 
    </body> 
      

  7.   

    下面的style=cursor:hand为手,如果需改成其它东东的话这里改就行了.
    <td style=cursor:hand;><a href=#>NEWS</a></td>
      

  8.   

    下面的style=cursor:hand为手,如果需改成其它东东的话这里改就行了.
    <td style=cursor:hand;><a href=#>NEWS</a></td>
      

  9.   

    下面的style=cursor:hand为手,如果需改成其它的话这里改就行了.
    <td style=cursor:hand;><a href=#>NEWS</a></td>
      

  10.   

    <img src="me.jpg" style="cursor:hand">
    不要Javascript