Google Map不会显示在PHP / MySQL页面中

时间:2012-09-24 00:29:04

标签: php javascript mysql google-maps google-maps-api-3

我有一个PHP页面,可以在Google Map上的infowindow中显示MySQL数据。上次检查时页面显示正常,但现在不会绘制地图。有人能指出我正确的方向是什么被打破了吗?

以下是网址:http://tinyurl.com/8jy78xq

1 个答案:

答案 0 :(得分:1)

这是宽度和高度问题,试试这个css

#map {
   top: 0;
   left: 0;
   width: 300px;
   height: 300px;
   border: none;
}