Hi zusammen,
ich möchte über einer Googlemaps ein Theme bauen. Doch bisher hab ich noch Schwierigkeiten das die Map mitscrollt, was sie nicht sollte.
HTML
<head>
</head>
<body onload="initialize()">
<div id="site" style="width: 100%; height: 100%; z-index: 1000; overflow: true; position: absolute; top: 0; left: 0;">
<div id="header"></div>
<div id="content"></div>
<div id="footer"></div>
</div>
<div id="map_canvas" style="position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 0;" style="width:100%; height:100%"></div>
</body>
</html>
Alles anzeigen
Hat jemand eine Idee?
Gruß
dg