How do I make this link to have a finger, when I move the mouse pointer over it?
Code:<a href onclick="javascript: pipedim()">Tester</a>
Printable View
How do I make this link to have a finger, when I move the mouse pointer over it?
Code:<a href onclick="javascript: pipedim()">Tester</a>
what does your cursor do when you hover over thisQuote:
Originally posted by hpl
How do I make this link to have a finger, when I move the mouse pointer over it?
Code:<a href onclick="javascript: pipedim()">Tester</a>
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.
Instead do:
Code:<a href="javascript:pipedim()">Tester</a>
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.