Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

FireFox does not show custom cursor on MAC OS

  • 1 risposta
  • 20 hanno questo problema
  • 17 visualizzazioni
  • Ultima risposta di cor-el

more options

Cursor does not change to my image on MAC if I use a cursor CSS property with url() value. On other OSes works fine, the problem is only with Macintosh. Buy the way the custom cursor works in Safari on MAC, so it should not be a OS issue, right?

examples i tried:

.c1 { cursor: url(image.png), wait; } .c2 { cursor: url(image.cur), wait; } .c3 { cursor: url(image.png); }

MAC version 10.6.5 FF version 3.6.13

Cursor does not change to my image on MAC if I use a cursor CSS property with url() value. On other OSes works fine, the problem is only with Macintosh. Buy the way the custom cursor works in Safari on MAC, so it should not be a OS issue, right? examples i tried: .c1 { cursor: url(image.png), wait; } .c2 { cursor: url(image.cur), wait; } .c3 { cursor: url(image.png); } MAC version 10.6.5 FF version 3.6.13

Tutte le risposte (1)

more options

See https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

It is better to post a link to the website to make it easier to check the code in a live example.