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.
有谁知道如何让 JQuery 的手风琴重叠下面的内容而不是向下推?我有一个菜单项手风琴,我想相应地显示和隐藏内容。(我可能会使用 JQuery 来隐藏和显示使用动画的 Div 而不是使用这条路线,但我很好奇,到目前为止已经投入了大量时间寻找答案)。
手风琴的较高 z-index 和下面元素的绝对/固定位置不起作用。
有任何想法吗?
试着把你的手风琴放进去div,然后设置它的以下属性div:
div
div { height:150px; overflow:visible; }
看看这个例子。