On Sep 11, 9:50 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Strange what if i write style rule in CSS file window info size don't
> work, but if i write style rule in style attribute it work!
You can write the rules in a separate .css file if you wrap the
content of the infoWindow in a div with a class name, such as:
marker.openInfoWindowHtml('<div class="iwContainer">' + yourContent +
'</div>');
and in your css:
.iwContainer {
width: 300px;
height: 200px;
}
--
Marcelo - http://maps.forum.nu
--
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---