能不能设置web中的鼠标状态,怎么没有cursor属性,怎么没人回答!

解决方案 »

  1.   

    <input onmouseover="this.style.cursor='move'"
      

  2.   

    请问什么对象具有style.cursor属性???是document吗?
      

  3.   

    参考手册:http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp
      

  4.   

    Response.Write("<script language=javascript>document.body.style.cursor='cursor:wait'</script>")
    为什么上面的语句没用???why?
      

  5.   

    <Style>
        .Button {Cursor:hand}
    </Style>
    ...
    <asp:button ..cssclass="Button"../>