> Look at what I wrote earlier one more time:
>
> 1. GEvent.addDomListener on the map, not on the marker!
> 2. Check the example I posted a link to. That works in both IE6 and
> FF2.

I checked the example, works great, but i couldn't find the source,
where is the source?

Thanks again!

I made it work using this, but I'd prefer the other way...

GEvent.addListener(marcador,'click',
function(latitudlongitud)
{       div_mapa = $("#mapa");
        z=mapa.fromLatLngToContainerPixel(latitudlongitud);
        mostrar_info_window("#"+nombre,z.x,z.y);
});

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