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'.
Marc On Mon, Jun 21, 2010 at 2:30 PM, thom <[email protected]> wrote: > On Mon, Jun 21, 2010 at 10:46 AM, Marc Ridey <[email protected]> wrote: > >> Add style.float = 'left' to controlUI, controlyk, controlsl, controlsmg. >> This will allow your four DIVs to be side by side instead of below each >> other. >> >> >> > Thank you bro,, It works. But only on Chrome. In Opera or Mozilla, it still > 'below each other'. I still tried it on local, not uploaded yet. Is there > any 'cheat' way to fix this? > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- 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.
