On Oct 3, 6:55 pm, paulp575 <[email protected]> wrote: > > Some of the text is no longer inside the border of only some of the > infoWindows. > What can I correct ot ensure all the text remains inside the > infoWindow? > I've look at the intoWindow class(?) and don't see anything there to > fix this.
See this thread: http://groups.google.com/group/google-maps-api/browse_thread/thread/dc0aec23febfbf08# Your problem is essentially the same, only you're using a class of TEXT-BOLD. The infoWindow is *displayed* using that class's style, but it's not used in the size calculation because it doesn't apply directly to the infoWindow div. See Mike's tutorial page, linked in that related thread. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
