开发者

css overlapping content wanted

Unlike most questions about overlapping content seen here, I would actually like content to overlap!

Here is my page. Try typing "USA Riverbrooke". Returned content pushes down the map. What css syntax开发者_如何学Python can allow the returned content to slide down and overlap the map?

http://tinyurl.com/ycblkkz


Make #message position: absolute; but also put it inside the same parent as the map, set left: 0; top: 0; on it, and set position: relative; on the parent. You shouldn't need to mess with z-index.


make the #message div position:absolute and give it a z-index greater than 0. It will show up on top of the map. You should then give it a non-transparent background so it stays readable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜