Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I have developed a new page which should show the cursor as a dart. This works in IE but not in Firefox - here is a link to the page http://www.paphosinfo.com/indextext.htm

  • 6 ŋuɖoɖowo
  • 1 masɔmasɔ sia le esi
  • 1 view
  • Nuɖoɖo mlɔetɔ cor-el

more options

I am developing a new web site for our darts league. I wanted something different so I used an image map to highlight the links to pages. As I used dart boards for the background, I wanted to change the cursor to a dart. This works fine un my editor and when I test it in IE but Firefox doesn't change the cursor. As I know a lot of people use Firefox now, that means they miss my "clever" design

I am developing a new web site for our darts league. I wanted something different so I used an image map to highlight the links to pages. As I used dart boards for the background, I wanted to change the cursor to a dart. This works fine un my editor and when I test it in IE but Firefox doesn't change the cursor. As I know a lot of people use Firefox now, that means they miss my "clever" design

Ŋuɖoɖo si wotia

Use this style rule for that image to get that custom cursor:

cursor: url("dart.cur"), auto;

See also:

Xle ŋuɖoɖo sia le goya me 👍 1

All Replies (6)

more options

You are probably more likely to get an answer on one of the mozillazine forums: http://forums.mozillazine.org/viewforum.php?f=25

more options
more options

To the-edmeister

That is a wonderful link - so why doesn't my cursor work? I have looked at the source and it seems the same as mine

more options

Ɖɔɖɔɖo si wotia

Use this style rule for that image to get that custom cursor:

cursor: url("dart.cur"), auto;

See also:

more options

Hi Cor-el,

Many thanks. The link to developer.mozilla solved the problem.