asp.net - google maps 100% height not working at IE -
i want add together google maps 1 of webpages. developing in asp.net , map should form tag. had added next code:
<div id="map_canvas" style="width:100%; height:500px;margin: 0 auto;"></div>
this code works fine @ both ie , ff. map displayed @ both browsers. now, want create map fill rest of screen changing code to:
<div id="map_canvas" style="width:100%; height:100%;margin: 0 auto;"></div>
this code works fine @ ff displays nil ie. ideas?
asp.net internet-explorer google-maps
No comments:
Post a Comment