Wasn't it Dan who wrote: > >In fact I just had the same problem today, using Google Chrome. As >soon as it happened, I clicked the browser's refresh button and >problem solved. I think it's just a css rendering issue, whereby only >half of the page's styles are fully loaded, so the site needs to be re- >coded for bug-free partial-css-loading.
One of the things that makes Chrome run faster is that it can start processing the page while the CSS files are still being fetched. If a page has inline Javascript that relies on the CSS fetch having completed, then things can go wrong. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
