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

FireFox does not show custom cursor on MAC OS

  • 1 பதிலளி
  • 20 இந்த பிரச்னைகள் உள்ளது
  • 22 views
  • Last reply by cor-el

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

All Replies (1)

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.