Search this group for 'IE top left' and apply one of the solutions.

Your map <div> is in a table and so the size isn't known until after
the table has rendered.  Your map javascript is inline in the table
and so is run before the table has finished rendering - so the API
cannot work out what size map to paint.

You can change or move your script to get it to run at another time,
you can change the div so that is a given size, etc. etc.

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 Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to