jQuery SlideDown 和 SlideUp 问题
我正在尝试使用标签制作一个菜单,您可以在这里看到它以及源代码: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是通过指定子菜单的宽度来修复的: 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)