In this thread http://groups.google.com/group/google-maps-api/browse_thread/thread/8ef1e9abc28bac7f?pli=1 Barry Hunter suggest to use a magic iframe that combines an embedded google map with a Google Latitude Location Badge KML feed to awesome effect in my jQuery tabbing system seen here http://demo.mycamplive.com
I'm having the (apparently common) issue of the map rendering off center, at 0x0 px, instead of rendering with the marker in the center of the map. This problem has been reported many times in other threads. The 2 common solutions are; - Make the CSS set the "position:absolute" and "left:-10000px" or somesuch, which we implemented in the "hide tab" css of our jQuery tabbing system - Call map.recheckCenter() However these solutions work appropriately when using a plain embedded google map or using the Google Map API. But using Barry Hunter's iframe system in our jQuery tabs still produces the off-center bug when the map is loaded (when the tab is accessed). It renders inconsistently on all different browsers (IE8,FF,Chrome,Safari,Opera). Sometimes centered, most times off centered (top-left corner). Sometimes F5 or Ctrl+F5 refresh renders differently than initial page load (we tested if it was a cache issue but apparently not). Any help would be greatly appreciated. -- 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.
