2012-02-19 105 views

回答

1

查找css属性cursor

这是最好的办法。

+0

我试过了,但它不在铬,IE9和FF工作 – 2012-02-19 06:51:04

1

你可以使用这样的:

 

onmouseover="this.style.cursor = 'hand';" //on mouse over 
onmouseout="this.style.cursor = 'auto';" // on mouse out