スポンサードリンク

Googel Maps API 全画面表示のスタイルシート(CSS)設定

地図を全画面表示させるためのスタイルシートを個人用にメモ。

<style type=”text/css”>

html {

height: 100% ;

}

body {

height: 100%; margin: 0px; padding: 0px ;

}

#map_canvas {

height: 100% ;

}

</style>

スポンサードリンク

Related Posts

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <img localsrc="" alt="">