I am trying to implement v3. I cannot get the height on my infoWindow tall enough to render contents without a scrollbar appearing. I have set the height on the div with CSS and I have also set an explicit height on the image that appears in the info Window. Still, I cannot affect a change. Any advice appreciated. Here is a relevant snippet of my code in which I attempt to set the height of my infoWindow.
var htmlString = '<div class=\"popupWindow\" style=\"height:300px! important;\">' var htmlString = htmlString + '<p class=\"infowindow\"><img src=\"/ images/pic-admissions.jpg\" height=\"300px\"><br />'; -- 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.
