On Nov 4, 11:06 am, Rossko <[EMAIL PROTECTED]> wrote: > > When I click on the picture (link), it open but not in lightbox... > > I would guess you are using GGeoXml to open your KML? > You cannot easily control hoe GGeoXml renders your KML. You could > look for alternatives like GeoXml or EGeoXml which give you more > flexibility.
But the various lightbox scripts all [I think!] rely on the "rel" attribute of the link and actually change the <a> elements with that attribute. The <a> element won't be part of the DOM until the infoWindow is rendered, by which time it's too late: the lightbox script has missed it. This thread http://groups.google.com/group/Google-Maps-API/browse_thread/thread/e47ba062399ceadd has some relevant information. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
