How can CSS stop Google Maps loading?
- by AP257
I have a page with a Google Maps div:
<div id="map_canvas" style="width: 100%; height: 332px;" ></div>
If I comment out my CSS, the map loads fine: if I include the CSS, the map controls load, but the map tiles don't load: there's just a grey background.
This is the case even if I put the map div just after the <body> tag, not…