javascript代码:
        function hand(h)  //鼠标变手型
        {
            var hh = document.getElementById(h);
            hh.style = "cursor:pointer";
        }
    </script><img id="zj2" src="Images/delete.PNG" onclick="shanchu(ziliao2)" onmousemove="hand(zj2)" />
这样做能实现吗???

解决方案 »

  1.   

    貌似有错的样子
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <script type="text/javascript">
     function hand(h)  //鼠标变手型
            {
                var hh = document.getElementById(h);
                hh.style.cursor="pointer";
            }
        </script>
    </head><body>
    <img id="zj2" src="1.jpg" onmousemove="hand('zj2')" />
    </body>
    </html>
    这样试试
      

  2.   

    能具体说一下么?我是想在鼠标悬停在<img>上面时变