Results 1 to 3 of 3

Thread: Custom Mouse Cursors problemo...

  1. #1
    Join Date
    Jan 2006
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post Custom Mouse Cursors problemo...

    Hey there! is there any way to change this underlined cursor to a gif or png image??? style="cursor: help"


    Maybe other suggestion/way???
    Trying to add custom cursors on my page

    Thanx!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Custom cursors are only supported in IE and other browsers using the IE browser engine (if the custom cursor unit is included). Even then they must be either .cur or .ani files saved using a program for saving cursors (.cur) or one for animated cursors (.ani). Once you have a valid .cur or .ani file, it can be used like so:

    Code:
    cursor:url('cursor_file_name.cur'), help;
    The (, help) part is there to tell other browsers what to show if they don't support the custom cursor
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2006
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    only ie??? damn... that really sucks.

    Thanx though for letting me know how to do this!

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
  •