On 17 June 2011 11:12, Jason Cianfrone <[email protected]> wrote: > http://jcianfrone.com/testing/index2.html
I suggest following my advice. > It never guesses right and needs to be told explicitly. If you use > percentages, then you need to go up the hierarchy (all the way to > <html>) so IE can tell what "100%" is 100% of. Currently you haven't set any heights at all, so IE assumes it's zero. If you set 100% for #map_canvas, body and html, it works. -- 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.
