PDA

Click to See Complete Forum and Search --> : Button and mousepointer


hpl
Feb 8th, 2003, 03:27 AM
How do I set the mousepointer to the hand when I move over a button?

pvb
Feb 8th, 2003, 06:37 PM
Not sure if this works in all browsers as I only use IE:

<input type="button" style="cursor:hand;" value="MyButton"/>