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>