|
-
Mar 30th, 2002, 11:40 AM
#1
Thread Starter
Frenzied Member
Mouse pointer again
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>
-
Mar 30th, 2002, 12:47 PM
#2
Re: Mouse pointer again
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>
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.
-
Mar 30th, 2002, 12:47 PM
#3
Member
Instead do:
Code:
<a href="javascript:pipedim()">Tester</a>
-
Mar 31st, 2002, 07:15 AM
#4
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|