Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

FireFox does not show custom cursor on MAC OS

  • 1 resposta
  • 20 têm este problema
  • 14 visualizações
  • Última resposta por 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

Todas as respostas (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.