Is it feasible to overlay a div(1) with a background image on top of another div(2) that contains JavaScript (like Google maps API v3)?
I have experimented with z-index without success, and I am unable to utilize absolute positioning because I depend on the div(1) to position other divs.
You can find a quick demonstration here - _
Attempting to have the _ speech bubble displayed over the Google map.