If you put your controls below the info window, then your controls would end up moving when the map pans, like the info window and everything below it does. So that's no good.
If you create an infowindow-like object above the controls, then it doesn't move when the map pans. That could be made to work by having it close whenever the map is clicked, zoomed or moved like EBubbles do: http://econym.org.uk/gmap/example_ebubble.htm What you can do is turn your mapTypeDiv etc. intp GControls. The info window knows where the GControls are, and avoids opening underneath then whenever possible. http://code.google.com/apis/maps/documentation/controls.html#Custom_Cont rols -- Mike Williams http://econym.org.uk/gmap -- 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.
