I have one map and one marker on it. When i go with my mouse over the marker an infobox appears. What I want to do is that when I leave with my mouse (mouseout) the infobox to disapear, but only in case the mouse didn’t go over the infobox. If the mouse went over the infobox I want the infobox to remain visible until I move my mouse of of the infobox.
So, as long as my mouse stays either on the marker or on the infobox, it should be visible, and when I leave them the infobox must disapear.
Thanks in advance
very simple, actually.
markerdomreadyevent handler to yourinfowindowdivinside yourinfowindowand attach a mouse event handler to itwhat i did:
infowindowafter a few seconds unless there is a mouse over itsome code:
see it working here: http://jsfiddle.net/RASG/vA4eQ/