hi, I'm trying to create a custom overlay that basically just contains a HTML element (a div in this case) with text in it. The overlay gets rendered ok but the text is multiline. Looking into the DOM with Firebug I can see that the computed width for the div parent is 44px, which is why it can't expand and render the text in one line. Is there any way I can correct this without knowing in advance what the required width for the div is?
thanks, Johnny. -- 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.
