Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与这里看到的大多数关于重叠内容的问题不同,我实际上希望内容重叠!
这是我的页面。尝试输入“USA Riverbrooke”。返回的内容会下推地图。什么css语法可以让返回的内容向下滑动和地图重叠?
http://tinyurl.com/ycblkkz
制作#message position: absolute;,但也将其放在与地图相同的父级中,设置left: 0; top: 0;在其上,然后设置position: relative;在父级上。你不应该弄乱z-index.
position: absolute;
left: 0; top: 0;
position: relative;
z-index
制作#message divposition:absolute并将其设置为z-index大于0。它将显示在地图顶部。然后,您应该给它一个不透明的背景,以便它保持可读性。
position:absolute