I have tried looking at it with firebug, and it seems it sets
correctly. If I set the properties inline, it fixes is the problem.
Could the issue be then, the javascript is running before the css
runs? To load the js I am using document.observe("dom:loaded", load);
Would that do it?Now is there any way I can fix it without setting the css inline? On Oct 11, 4:33 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 11, 4:30 pm, bejitto101 <[EMAIL PROTECTED]> wrote: > > > Any idea how to fix this issue? > > Check the css or try assigning the size to the map div inline and see > if that helps isolate the issue. Have you tried investigating it with > firebug? > > > > > On Oct 11, 4:06 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > > On Oct 11, 3:41 pm, bejitto101 <[EMAIL PROTECTED]> wrote: > > > > > Here's a link to the page with the > > > > issue:http://bellevue.com/restaurant.php?id=1 > > > > > It should center on the marker that is farther up and right. > > > > It works OK in IE6 and Opera... > > > In FF3 and Chrome, it is not centered correctly. It looks to me like > > > Firefox and Chrome are confused about the size of your map. It looks > > > like the css that sets the map div's size is not being correctly > > > interpreted. > > > > -- Larry > > > > > Its odd, if I add an alert() right before I initialize the map, > > > > everything works fine. > > > > No it isn't. AJAX is asynchronous (Asynchronous Javascript And > > > Xml...) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
