How do I set the mousepointer to the hand when I move over a button?
Printable View
How do I set the mousepointer to the hand when I move over a button?
Not sure if this works in all browsers as I only use IE:
VB Code:
<input type="button" style="cursor:hand;" value="MyButton"/>