When trying to click on a marker, I get the error:

Error: marker.openInfoWindowHtml is not a function
Source File: http://hardins.com/retail4.htm
Line: 351

On Oct 16, 2:20 pm, Ralph Ames <[EMAIL PROTECTED]> wrote:
> >and that would define how big the div is that markerlight creates?
>
> var img = document.createElement("img");
>   img.src = me.image_;
>   img.style.width = me.width_ + "px";
>   img.style.height = me.height_ + "px";
>   div.appendChild(img);
>
> Looks like it's defining the image size.
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
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