I hadn't tried putting height/width in the div, but I did just now and it didn't seem to help.
Unfortunately my map is a bit buried in my program, but I've tried to bring it to the surface a bit more. You can see it by going to http://lat22.com/mobile/index.php and clicking on the top "map demo" button. The pin will be just slightly off the screen to the bottom right (another bug i need to fix - sorry) and if you click on that you can see the infowindow. So in firefox it's showing a scrollbar, but the scrollbar doesn't show on the iphone and either way I'd like to be able to see everything without it. Thanks! On Aug 11, 2:39 pm, "[email protected]" <[email protected]> wrote: > On Aug 11, 11:55 am, Joy <[email protected]> wrote: > > > 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>'; > > Where is the map that shows the problem? > Have you tried applying height and width to the div itself? > > -- Larry > > > > > 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.
