标签: html css google-maps-api-3 web
这是我的截图:
那么,如何将地图放在绿色部分的中心?现在,地图位于绿色部分的左侧。请帮忙。谢谢。
答案 0 :(得分:13)
您可以在左侧和右侧添加边距为“auto”的样式表。
<style type="text/css"> div#googleMap { margin: 0 auto 0 auto; } </style> <div id="googleMap"><!-- contains map --></div>