在现有 jQuery 手风琴下拉列表的内容顶部添加一个下拉框,将内容向下推

发布于 2024-10-30 14:54:19 字数 801 浏览 1 评论 0原文

I am trying to find a way to have a second-level dropdown menu lay on top of the content below a style dropdown menu. The jQuery accordion style dropdown purposely pushes down the content below; however, I do not want the second-level dropdown to push the content down. Is there any solution to do this? I don't care if it's more jQuery, , , , what-have-you.

The main navigation on this page is what I'm trying to find a solution for: jQuery accordion dropdown that pushes content down and needs a "hover over content" dropdown box added to 2nd-level

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

無心 2024-11-06 14:54:19

在看不到代码的情况下,我能想到的唯一解决方案是将二级下拉菜单设置为 position:absolute。请记住将 z-index 设置为高于手风琴的值。

Without being able to see the code, the only solution I can think of is to set the second-level dropdown to position:absolute. Remember to set the z-index to a value higher of that of the accordion.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文