SyntaxFix
Write A Post
Hire A Developer
Questions
Just set the position of the div and you may have to set the z-index.
ex.
div#map-div { position: absolute; left: 10px; top: 10px; } div#cover-div { position:absolute; left:10px; top: 10px; z-index:3; }