I tried doing what I think you are suggesting:

<div id="overlay" style="z-index:2;margin:0px;padding:
0px;position:relative">
        <p style="position:relative;top:40px;">The shipment you selected is
in an unsupported country.  The map feature is not available.</p>
        <div id="div_map" style="width:500px; height: 310px;">
        </div>
</div>

but if I position the text so it is within the area of the map, the
map overwrites the text, even though the div is the parent of the map
div.  Am I doing something wrong?

Thanks,
Kenja

On Feb 3, 4:19 pm, Esa <[email protected]> wrote:
> You cannot put the overlay <div> inside the map <div>. Api overwrites
> the innerHTML of the map container.
>
> You can position a separate overlay <div> over the map.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to