怎么让光标移动到imagebutton的图片上时变成光标手掌样子..
7 个解决方案
#1
查了百度,发现木有,各位有办法吗...
#2
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/b1.jpg" style="cursor:pointer;" />
#3
CSS 试试<a style="cursor:hand">变成手掌</a>
#4
style="cursor:pointer;"
#5
style="cursor:pointer;"
#6
就是就用CSS实现啊
#7
style="cursor:pointer" 或者试下 hover 属性 ..设置为Hand
#1
查了百度,发现木有,各位有办法吗...
#2
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/b1.jpg" style="cursor:pointer;" />
#3
CSS 试试<a style="cursor:hand">变成手掌</a>
#4
style="cursor:pointer;"
#5
style="cursor:pointer;"
#6
就是就用CSS实现啊
#7
style="cursor:pointer" 或者试下 hover 属性 ..设置为Hand