搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

FireFox does not show custom cursor on MAC OS

  • 1 个回答
  • 20 人有此问题
  • 22 次查看
  • 最后回复者为 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

所有回复 (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.