onmouseover事件鼠标变小手的代码实现方法 onmouseover事件鼠标变小手的代码实现方法有二,如下:1、javaScript:
onmouseover="this.style.cursor='hand'"
<input type="button" onmouseover="this.style.cursor='hand'"/>
cursor:pointer;
<input type="button" style="cursor:pointer;">