Google maps as background

Is there a sexy way to get a Google Maps webpage (in full screen) and just a small div # header at the top and a small div # container in the middle?

I did some research and I found this example: http://koti.mbnet.fi/ojalesa/exam/index.html ... but this is not quite what I would like to do.

If you have an example of a thin example code with a good website, this will help me a lot.

Many thanks.

+5
source share
3 answers

HTML- ( HTML) Google, position: absolute position: fixed. z-index , Google.

, - :

<style type="text/css">
  .Overlay { position: absolute; left: 0px; top: 0px; 
             right: 0px; height: 50px; background-color: white; z-index: 100 }
</style>

... Fullscreen Google Map (or whatever)..... 

<div class="Overlay">I'm on top of a Google Map!</div>
+6

iframe Google div position: relative div , iframe, position: absolute div , GMap. , z-index css , GMap.

+1

All Articles