Hi,
facing a problem when
have something like this
source is smth like this:
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
............
<div class = "header-wrapper">
<div class = "first-header-row">
<div class = "header-logo">
here want to have my map...
<div id="map_canvas"></div>
</div>
</div>
</div>
As i noticed if i use map_canvas in upper layer it works, but in my
case i need it this way...
Any ideas how to have it working?
--
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.