Results 1 to 4 of 4

Thread: Mouse pointer again

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question 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>

  2. #2
    scoutt
    Guest

    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.

  3. #3
    Instead do:
    Code:
    <a href="javascript:pipedim()">Tester</a>

  4. #4
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    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
  •  



Click Here to Expand Forum to Full Width