Is there a sexy way to get a web page with Google Maps (in fullscreen), and just a small div#header on the top and a small div#container on the middle?
I had make some research and I had found this example: http://koti.mbnet.fi/ojalesa/exam/index.html … but this is not exactly what I would like to do.
If you have a thin code example of a nice website example, this would help me a lot.
Many Thanks.
You can position HTML elements randomly on top of a (HTML based) Google Map using
position: absoluteorposition: fixed. You just need to give them az-indexhigher than that of any element in the Google map.Untested but something along these lines should work: