On Jul 30, 4:17 am, Joe Smith <[email protected]> wrote:

> I've got html,body {height: 100%} so that isn't the problem...

but the right_col has no height, so map_canvas is 100% of 0, so try
something like this:

<div class="right-col" style="height:100%">
  <div id="map_canvas" style="width:100%; height:100%"></div>
</div>

...

-- 
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.

Reply via email to