每当将光标放在图像按钮上时未显示手形符号 [英] whenever place cursor on image button not shown hand symbol

查看:65
本文介绍了每当将光标放在图像按钮上时未显示手形符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题是我有这么多的图像按钮。在第一个图像按钮显示手符号ramaining图像按钮未显示手symbol.image按钮代码如下所示。



my probelm is i have so many image buttons.in that first image button shown hand symbol ramaining image button not shown the hand symbols.image buttons code like this below.

<asp:Panel ID="Panel1" runat="server"

          style="position:absolute; top: 237px; left: 46px; width: 936px; height: 42px; margin-right: 164px;">
    <table style="width: 927px; height: 41px;">
  <tr>
  <td>

      <asp:ImageButton ID="ImageButton1" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/Year Wise.png" style="cursor:pointer" onclick="ImageButton1_Click1"  />   
      <asp:ImageButton ID="ImageButton2" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/month wise.png" style="cursor:pointer" onclick="ImageButton2_Click1" />   
      <asp:ImageButton ID="ImageButton3" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/Maximum Paid.png" style="cursor:ponter" onclick="ImageButton3_Click1" />   
      <asp:ImageButton ID="ImageButton4" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/Minimum Paid.png" style="cursor:pointer" onclick="ImageButton4_Click1"/>   
      <asp:ImageButton ID="ImageButton5" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/Avg Paid.png" style="cursor:pointer" onclick="ImageButton5_Click1" />   
      <asp:ImageButton ID="ImageButton6" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/Total Paid.png" style="cursor:pointer" onclick="ImageButton6_Click1"/>   
      <asp:ImageButton ID="ImageButton7" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/Last Paid.png" style="cursor:pointer" onclick="ImageButton7_Click1" />   
      <asp:ImageButton ID="ImageButton8" runat="server" Height="24px" Width="80px"
          ImageUrl="~/images/All Bills.png" style="cursor:pointer" onclick="ImageButton8_Click1" />

  </td>
  </tr>
  </table>
  </asp:Panel>







请帮我解决。




please help me for solution.

推荐答案

将以下行添加到html。

add the following line to the html.
style="cursor:pointer"





喜欢下面的一个





like the bellow one

<asp:ImageButton ID="ImageButton1" runat="server" Height="24px" Width="80px"
            ImageUrl="~/images/Year Wise.png"style="cursor:pointer" onclick="ImageButton1_Click1" />


这篇关于每当将光标放在图像按钮上时未显示手形符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆