I loaded Google Maps API v3 and print Google Map in div. But when set width & height to 100% and auto I can\'t see the Map.
div
Here is HTML code snippe
Better late than never! I made mine a class:
.map { position:absolute; top:64px; width:1100px; height:735px; overflow:hidden; border:1px solid rgb(211,211,211); border-radius:3px; }
and then