Results 1 to 2 of 2

Thread: flash cursor

  1. #1

    Thread Starter
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    flash cursor

    is it possible to change my webpage cursor to a flash animation? or any animation, rather than a *.cur file.



    Thanks

  2. #2
    Member JuiCe's Avatar
    Join Date
    May 2001
    Location
    Philly
    Posts
    46
    There are a few ways you could go about doing it. One such way would be to make a .cur file of a white pixel (therefore hiding the mouse cursor) and write a little JavaScript code to tell an image to follow your cursor. However, depending on the image size, this may slow down your users. Another way would be to download Comet Cursor or whatever they call it now (Comet Zone?) and select from their animated cursors. The easiest and most practical way would be to create or find an .ani (animated) cursor and use it like so:
    Code:
    <style>
    BODY { cursor: url("myCursor.ani") }
    </style>
    Hope this helps.
    JuiCe

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