Wasn't it chris3388 who wrote:
>
>Hi Mike,
>
>Thanks for your idea.
>
>so set it by something similar to the following,right?
>
>map.getDragObject().setDraggableCursor('url(mycursor.png) 16 16');
Yes, but you must always end your cursor list with a standard cursor
keyword, otherwise Firefox, and other Gecko-based browsers, won't touch
it:
map.getDragObject().setDraggableCursor('url(mycursor.png) 16 16,
pointer');
>Is there any workaround for MSIE?
The only way to set a hotspot in MSIE is to use a CUR or ANI file. So
the simplest solution is to always use a CUR file.
Next best is to test to see if the current browser is MSIE and if so use
an ANI file and otherwise use a PNG and specify the hot spot.
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---