An active link to an online server would be far easier to deal with.
What size is your map supposed to be? You don't appear to have
specified anything. IE in particular needs that, or it has to guess.
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.
--
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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
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.