Results 1 to 3 of 3

Thread: Animating Mouse in FireFox??

  1. #1
    Join Date
    Mar 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Animating Mouse in FireFox??

    I need some assistance. I have been using the colling code to change the mouse and it has successfully worked in all browers:

    Code:
    <style>HTML,BODY{cursor: url("cursor.cur"), url("cursor6.gif"), auto;}</style>
    The Gif loads in the browsers that can't support the .cur. I think it might be possible to make a script that changes the .gif image used on the cursor every few sections. This would create a successful emulation of animation on the cursor.

    Does anyone know how I would go about doing this?

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Why not just make an animated .gif?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Mar 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I did make an animated gif, and its not showing animation in FireFox.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •