Problem fixed :-) For some reason, when the table's css is set to "hidden" before the map loads, it was throwing off the offset of the tiled map images (they were all receiving left positions of -147px). I removed "display: hidden" from the table css and posted some javascript at the bottom of the page that switches the tables css to hidden and now it loads fine. I think that since the gmap code is being called while the table is still theoretically visible the offsets are being set correctly, and then hiding them afterwards doesnt effect their position.
Any thoughts? -- 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.
