Problem: The infowindow won't correctly size itself as there is a custom control (loading animation) in the map center. The infowindow has a minimum height and pans incorrectly when opened to avoid the (hidden) custom control. The custom control CSS display property is set to none.
Fixed: Instead of hiding the custom control set it's marginTop to a negative value to ensure it's not visible, and to make the control visible just set that marginTop value to the desired (positive) value. Infowindow sizes itself correctly and positions itself to avoid other map controls too. Martin. On Dec 25, 5:31 am, tinem <[email protected]> wrote: > Sorry -http://beta.findtoilet.dk/You can select Region Hovedstaden/ > København or for just one toilethttp://beta.findtoilet.dk/?nid=7 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
