style=""sursor:hand"方式不行哦,还有没有别的办法?

解决方案 »

  1.   

    style只对<img src="url">显示有效
      

  2.   

    <1>系统图标
    <input type="image" src="url" style="CURSOR:hand">
    <2>自定义图标
    <input type="image" src="url" style="CURSOR:URL('MyCur.cur')">
      

  3.   

    <input type="image" src="http://community.csdn.net/images/CSDN_logo.GIF" style="cursor:hand">
    怎么会不管用呢style=""sursor:hand"方式不行哦,还有没有别的办法?
    不管用失因为你的cursor写成了sursor
      

  4.   

    哦。
    奇怪,原来怎么调用style都不出来。