Sorry my english, native language russian.
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?
How set size of info window?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---