Results 1 to 2 of 2

Thread: cursor help!

  1. #1
    Join Date
    Jul 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default cursor help!

    on my site i want to have cursors available for people to download. I've seen on other sites that when you move the mouse something, a different cursor will appear. How to i do that so people can see a sample of the different cursors available on my site?

  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

    That only works in IE. The coding is fairly simple css. You can add a custom cursor to any element using inline style and links to download cursors are very much like ones to open pages so:
    HTML Code:
    <a href="neat.cur" style="cursor:url('neat.cur'), auto">Neat Cursor</a>
    Will not only be a link to download neat.cur, it will also display neat.cur as its cursor in IE when the mouse hovers over it, provided that neat.cur is in the same directory as the page this link is on.
    - John
    ________________________

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

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
  •