Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php |
— | — | @@ -55,8 +55,7 @@ |
56 | 56 | 'div', |
57 | 57 | array( |
58 | 58 | 'id' => $mapName, |
59 | | - 'width' => $this->width, |
60 | | - 'height' => $this->height |
| 59 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;" |
61 | 60 | ), |
62 | 61 | null |
63 | 62 | ); |