如何将符号光标放在按钮上 [英] How to hand symbol cursor on a button

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

问题描述

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

我的代码:



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


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

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