JavaScript 下拉菜单移动链接

发布于 2024-12-09 07:37:45 字数 167 浏览 0 评论 0原文

当我尝试创建 javascript 下拉列表时遇到这个问题。它一直在我的“价格”链接上移动,但我去掉了 UL 中的所有填充和边距。建议?

http://jsfiddle.net/fSXHj/

I got this problem when Im trying to create a javascript dropdown. It keeps moving over my "prices" link but I took off all the padding and margins in the UL. Suggestions?

http://jsfiddle.net/fSXHj/

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

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

发布评论

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

评论(1

过潦 2024-12-16 07:37:45

这是因为正在显示的隐藏 ul 由于其自身的宽度而加宽了外部 ul。您需要将隐藏的 ul 定位为绝对。

看看:

http://jsfiddle.net/fSXHj/1/

This is because your hidden ul that is being displayed is widening the outer ul due to its own width. You need to position your hidden ul as absolute.

Check it out:

http://jsfiddle.net/fSXHj/1/

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