On Mon, Jun 21, 2010 at 1:26 PM, Marc Ridey <[email protected]> wrote:
> It's a pure HTML/CSS issue in the way you define your control. With > standard HTML, DIV are positioned above each other unless float or absolute > positioning is used. > Maybe the other browser require the parent DIV (controlUI) to have the > width set wide enough for all four controls. Try adding something like > style.width = '200px'. > > I've tried so many ways (based on my knowledge limit), by setting up the parent div, but it gimme the same result : the control* was resized to the width of the parent DIV. If I set the parent div to 200px, then the others are resized to 200px too. It's very confusing,, I have add float/ position/ width but the result is just the same. Any idea? -- Regards,,, mastanto http://www.mastanto.com http://thom-sharing.blogspot.com -- 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.
