div on top of div with Google Maps API

Posted by JHM_67 on Stack Overflow See other posts from Stack Overflow or by JHM_67
Published on 2010-05-07T07:39:21Z Indexed on 2010/05/07 7:48 UTC
Read the original article Hit count: 284

Filed under:
|
|

How do I float a div "menu" on top of my Google Maps API "map" div. And maybe possibly add a transparency of 50% on the menu div. Can this be done?

#map {width: 835px; height 540px; float: left;}
#menu {width: 145px; float: right; padding-top: 10px;}

<div id="map"></div>
<div id="menu"></div>

© Stack Overflow or respective owner

Related posts about div

Related posts about css