> Total n00b here so please excuse my mistakes. I'm trying to move the > "map_canvas" to load down at the bottom of my website, in a table,
It's a sizing thing. Your div might have 100% height, but 100% of what - you've put it in a <td> whose height is undefined (and the browser can't guess until its finished constructing the table). If you are happy with a fixed size map in pixels, give it that size instead of % -- 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.
