如何将符号光标放在按钮上
问题描述:
我想在按钮上使用手形符号。有没有可能。
我的代码:
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.
答
使用CSS。这是一个光标样式表:
http://www.quirksmode.org/css/ cursor.html [ ^ ]。-SA
Use CSS. Here is a table of cursor styles:
http://www.quirksmode.org/css/cursor.html[^].—SA
添加以下样式:
Add below style:
cursor:hand
它会给你结果你需要。
It will give you the result you need.
写这个css
游标:指针
write this css
cursor:pointer