Results 1 to 3 of 3

Thread: Change mouse cursor image

  1. #1

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Change mouse cursor image

    I have a client who wants a bee image to replace the mouse pointer on her site. I have seen some sites where the mouse cursor is another image. How is this done? I know how to change it to a hand, but what about changing it to a custom image??? (She wants it a different image all the time....not just on mouse events.) any links would be appreciated.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  2. #2

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    anyone???
    Theres gotta be some kind of javascript or DHTML to do this...I just haven't found anything yet.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I know in CSS you can do:

    Code:
    cursor: hand;
    and etc. Perhaps you could do:

    Code:
    cursor: url(image.gif);
    Haven't tried it or looked into it, though.
    My evil laugh has a squeak in it.

    kristopherwilson.com

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