On Aug 30, 12:47 pm, vicarfe <[EMAIL PROTECTED]> wrote:
> I create info window for marker:
>
> ...
> var html = document.getElementById('info_window_1');
> marker.bindInfoWindowHtml(html);
> ...
>
> this code insert HTML code in DOM:
> <div id="info_window_1" class="info_window">?????? 1</div>
>
> in CSS write:
> .content_c #Gmap .info_window {
> height: 100px;
> overflow: auto;
>
> }
>
> It's ok, but why height not 100px?
I don't know as I can't see it. Please post a link, not code.
>
> --- Check your speed connection to internet -ADSL --
>
> http://www.avalon.net46.net
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---