Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to use a hand symbol on button. Is there any possibilities.
My code:

CSS
<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.
Posted
Comments
Sergey Alexandrovich Kryukov 14-Jan-13 0:56am    
I'm just curious, what did you try?
—SA

Use CSS. Here is a table of cursor styles:
http://www.quirksmode.org/css/cursor.html[^].

—SA
 
Share this answer
 
Add below style:
CSS
cursor:hand


It will give you the result you need.
 
Share this answer
 
write this css
cursor:pointer
 
Share this answer
 
you should use image button instead of simple button. else there is no possibility what you think so. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900