On Nov 10, 2:35 am, xelawho <[email protected]> wrote:
>
> wow. that is a lot of errors. amazing that the page loads at all. I
> fixed the ones that I could without messing the whole page up, but I'm
> intrigued by the map div size. Doesn't:
> <div id="map" style="align: top; width: 830px; height: 400px;"></div>
> set the size for the map div?

Not if it's in a table and the browser is IE. IE doesn't sort out the
size of table contents until the page is entirely loaded, and by that
stage it's too late and the map has been given zero size. To get a
"tabled" map to display correctly in IE it's necessary to specify the
size in the map options.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to