Sorry i gave you the wrong code but the link to the site is
www.zoorent.ca/moncton.asp

and the code is

GEvent.addListener(marker, "click", function(){
  var content = '<div style="width: 230px;">';
  content += '<div style="float: left; width: 100px;"><a
href="images_ad/' + location.image + '.jpg" class="photo" >';

  content += '<img src="images_ad/' + location.image + '_thumb.jpg"
class="photo" rel=”lightbox” >';
  content += '</a></div>';
  content += '<div style="width: 120px; float: right;">' +
location.name + '</div>';
  content += '</div>';
  marker.openInfoWindowHtml(content);

});

EXcuse my wrong posting area ..im new to this and i dont know it very
well  Thanks

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