Thanks to all for your help, I know that it's very difficult to help without access to the web page. Fourtunatelly, I've found the problem and the solution, and I'll put it here, I hope it's helpful to someone else.
The problem was originated when the "designers" team intoduced jQuery in the page. There is a bug using $(document).ready function in FF 3.x and may be, in Chrome 2.x, because it works fine in FF 2.x and Chrome 1.x. I put the initizalization code in the onload event of the body instead of the ready jQuery function and all started to work. On 18 mayo, 19:07, Rossko <[email protected]> wrote: > > I don't know if this can be a clue for someone... > > Not really, no-one else can see your page. As per the other poster, > it's likely to be something to do with the size or visibility of the > map div when it is initialised. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
