I'm trying to use an infowindow, but the size is too small and it is cutting off content. Even when I close it and reopen it is still too small and as other posts suggest, I've already added a height and width to my image (and it was causing the same problem when I wasn't using the image). I'm primarily trying to get this to work for iPhone but I was seeing the same problems in firefox on my computer last I checked. Does anyone have any ideas? Is it related to the fact that my map window area is small (if so, is there a way to override that)?
My content string is: var contentString = '<div id="content">' + title + '<p>' + cat + '</ p><a href=\"jqtActivityDetails.php?act=' + id + '\"> <img src=\"./ themes/jqt/img/chevron_circle.png\" height=\"26px\" width=\"36px\"></ img></a></div>'; Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
