Is it possible make a google map height 100% of the parent div?
I noticed that with the height 100%, the map is not visible, but if I add the height of the div with the map in pixel the map is correctly visualize.
is there some tricks to achieve the map 100% of the parent div?
this doesn't works
<div class="block halfrect">
<div id="map" style="height:100%;"></div>
</div>
this works
<div class="block halfrect">
<div id="map" style="height:590px;"></div>
</div>
any idea?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…