本文介绍了如何将符号光标放在按钮上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在按钮上使用手形符号。有没有可能。

我的代码:



I want to use a hand symbol on button. Is there any possibilities.
My code:

<asp:Button ID="Button2" runat="server" Font-Size="Small"  ForeColor="Chocolate"
    style="z-index: 1; left:68px; top: 1px; position: absolute;width:85px; text-align:center; border-style:groove;background-color:#DDE8E8; font-weight:400; color: #000000;"Text="Coimbatore" onclick="Button2_Click" />





问候。



Regards.

推荐答案


cursor:hand





它会给你结果你需要。



It will give you the result you need.



这篇关于如何将符号光标放在按钮上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-27 08:17