On Feb 18, 7:54 am, zenhacker_rouan <[email protected]> wrote: > I have seen that link, but the styling does not work for me because > the map is not the only element on the page, and if I apply the > styling, it doesn't work correctly. > > Also I would like to know how google makes it work. > > Can anyone point me to where I can view the source in readable form or > simply confirm or deny that javascript is used to manage the resizing > of the map.
Javascript is used to manage the resizing of the map. In the code of page http://maps.google.com/ have a look at function resizeApp(). This doesn't have much to do with the API though. -- 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.
