CSS:z-index/堆叠问题
我一直在开发网站的新版本,为了使其更清晰,我安装了 jQuery 下拉菜单,因此导航看起来更清晰。
问题是,链接出现在以下内容 div 的下方,我不确定如何解决这个问题。我研究了 z-index 属性,并尝试设置两个 div 的位置和 z-index ,但无济于事,它们堆放不当。
这是该页面的链接,因此您可以明白我的意思: http://minecrafteurope.com/?theme=compositio
知道如何解决这个问题吗?
谢谢 ! 标记
I've been working on a new version of my website, and to make it cleaner I installed a jQuery Dropdown menu, so the navigation looks cleaner.
The thing is, the links appear underneath the following content div, and I'm not sure how I can fix this.. I've looked into the z-index property, and I tried setting the position and z-index of both divs, but to no avail, they stay improperly stacked.
Here's the link of the page, so you can see what I mean :
http://minecrafteurope.com/?theme=compositio
Any idea on how I can fix this ?
Thanks !
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
.menu
中删除overflow:hidden;
Remove
overflow: hidden;
from.menu