jQuery SlideDown 和 SlideUp 问题

发布于 2024-12-15 18:38:56 字数 235 浏览 2 评论 0原文

我正在尝试使用标签制作一个菜单,您可以在这里看到它以及源代码: http:// /jsfiddle.net/6wqjq/10/

但问题是这样的...尝试单击菜单项一,然后单击子菜单项一。我(使用 Chrome)发生的情况是,slideDown 实际上使元素滑动太多,然后将其锁定在我想要的位置。我可以做什么来解决这个问题?

I'm trying to make a menu using tags, and you can see it here, along with source code: http://jsfiddle.net/6wqjq/10/

But the problem is like this...try to click Menu Item One, then click Sub Menu Item One. What happens to me (using Chrome) is that slideDown actually slides the element too much, then locks it in where I want it. What can I do to fix this?

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

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

发布评论

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

评论(1

少年亿悲伤 2024-12-22 18:38:56

这是通过指定子菜单的宽度来修复的: http://jsfiddle.net/6wqjq/12/
(在本例中我将其设为 300px)

here's a fix by specifying a width of a submenu: http://jsfiddle.net/6wqjq/12/
(in this example I made it 300px)

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