Can only guess, since you didn't bother to give a link to your problem page.
Bear in mind that infowindow is also a map overlay ; when an infowindow is put on the map it MAY get under the mouse pointer as it were, which would cause a mouseout on the marker. Pay careful attention to the transparent and imagemap targets if you are using custom markers - http://econym.org.uk/gmap/custom.htm One way to improve this is to use settimeout to delay the closure of the infowindow on mouseout, and also to prevent closure if the mouse is actually over the infowindow itself (put a mouseover event on the infowindow). cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
