Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

FireFox does not show custom cursor on MAC OS

  • 1 trả lời
  • 20 gặp vấn đề này
  • 14 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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.