拉伸 LI 和内容

发布于 2024-08-02 19:56:24 字数 356 浏览 0 评论 0原文

请考虑此网站

我在 IE7 中拉伸子菜单列表项时遇到问题。请注意,当您将鼠标悬停在“餐厅”下的其中一个 LI 上时,绿色不会填满整行。我尝试过 {width: 100%},但这没有帮助。

你知道为什么这在 Firefox 中可以但在 IE 中不行吗?以及如何修复它?

谢谢。

更新:如果我明确指定宽度(例如 51px),我可以让它看起来正确,但我绝对不想在应该能够支持动态内容的布局中这样做。

Please consider this site.

I'm having trouble stretching the submenu list items in IE7. Notice that when you hover over one of the LIs under Restaurants, the green doesn't fill the whole line. I've tried {width: 100%}, but that didn't help.

Any ideas why this is OK in Firefox but not IE? And how to fix it?

Thanks.

UPDATE: I can get it to look right if I explicitly specify a width (like 51px), but I definitely don't want to do that in a layout that should be able to support dynamic content.

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

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

发布评论

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

评论(3

笑梦风尘 2024-08-09 19:56:24

我发现我的问题是 dropMenuParent 设置了背景颜色。一旦我删除它(因为它完全没有必要),绿色(所选项目颜色)周围就不再出现黑色。愚蠢的错误。

I figured out that my issue was dropMenuParent had a background color set. Once I removed that (because it was completely unnecessary), no more black showed up around the green (selected item color). Silly mistake.

溺ぐ爱和你が 2024-08-09 19:56:24

您是否尝试过将 hasLayout 属性赋予有问题的 liul ?尝试添加 { Zoom: 1; } 给他们。

Have you tried giving hasLayout property to the problematic li's or ul? Try adding { zoom: 1; } to them.

折戟 2024-08-09 19:56:24

从 .nav A (includes/styles/styles.css) 中删除 padding-left 和 padding-right 或使其更精确,或添加 padding: 0;到您的“.nav .dropMenu a”选择器。

remove padding-left and padding-right from .nav A (includes/styles/styles.css) or make it more precise, or add padding: 0; to your ".nav .dropMenu a" selector.

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