It's bad practice to put a block-level element like your map <div> inside a <span> http://www.google.com/search?q=div+inside+span
Your map <div> has 100% size, but it is inside a <span> that has no size. 100% of undefined is undefined. This kind of thing could be affected by CSS of course. Why not start with a straight copy of a working example and build up from there? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
