On Feb 4, 7:40 am, xelawho <[email protected]> wrote:
> > I suspect you have timing issues with the
> > document.getElementById('detailmap')
>
> Sounds about right. Although as you say, odd that it works in other
> browsers and IE doesn't have problems with the original code.
>
> > Check the value of DMapDiv.
>
> I'm not sure how I do that... I'm looking at 
> this:http://www.geocodezip.com/ifc_com_mx_test4b.asp
Last I looked at your page you were not doing this (creating the DOM
element yourself):
                 var detallesTabEl = document.createElement("div");
                 detallesTabEl.innerHTML = html1;
                 var tab1 = new GInfoWindowTab("Detalles",
detallesTabEl);
                 var detailMapEl = document.createElement("div");
                 detailMapEl.setAttribute("id", "detailmap1");

  -- Larry

>
> and this:
>
> http://maps.forum.nu/gm_minimap_in_infowindow.html
>
> and I can't see what I'm doing wrong...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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