PDA

Click to See Complete Forum and Search --> : Mouse pointer again


hpl
Mar 30th, 2002, 10:40 AM
How do I make this link to have a finger, when I move the mouse pointer over it?

<a href onclick="javascript: pipedim()">Tester</a>

scoutt
Mar 30th, 2002, 11:47 AM
Originally posted by hpl
How do I make this link to have a finger, when I move the mouse pointer over it?

<a href onclick="javascript: pipedim()">Tester</a>

what does your cursor do when you hover over this

www.snippetlibrary.com

bet you is changes the cursor to a hand. you don't have to set anything to change the cursor to a hand as that is the default.

filburt1
Mar 30th, 2002, 11:47 AM
Instead do:

<a href="javascript:pipedim()">Tester</a>

ubunreal69
Mar 31st, 2002, 06:15 AM
why would you want the cursor to change ? its obviously gor a GUI effect and to be honest, mouse changes absolutely suck, dont bother with it.