> http://www.piazzadellarte.be/wtse
You're using numeric id's for your map divs - e.g. <div id="2" .... That's invalid HTML. Even if you put checkResize() in your un-hiding code, which I can see no sign of you having done, the result would still be a bit untidy. You've chosen to use setUIToDefault() on your maps, and that applies controls suited to the maps original size ... which is zero as you have them hidden to start with. The controls look wrong when the map is unhidden. I think the most effective way for you would be to specify the map size in your GMap2 creation code, using the size option http://code.google.com/apis/maps/documentation/reference.html#GMapOptions 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 -~----------~----~----~----~------~----~------~--~---
