<td style="cursor:hand">hand</td>

解决方案 »

  1.   

    <img style="cursor:hand" src="URL">
    说的是图片啦。呵呵。
      

  2.   

    <map name="Map">
    <area style="cursor:hand" shape="rect" coords="116,0,152,23"  target="_self" >
    </area>
    </map>
    好像对area不管用呢。
      

  3.   

    <img src="URL" onmouseover="this.curson='hand';">
      

  4.   

    在 area 里不能指定其鼠标样式, 你这个问题可以这样 area 里照样还是用链接, 再将这个链接屏蔽掉就是了.
    <area href="#" shape="rect" coords="116,0,152,23" onclick="return false">