CSS子菜单ie7麻烦
我的 CSS 菜单有问题。在 firefox、chrome、opera、safari 和 ie8 上是正确的。但在ie7上不行。您可以在此处找到菜单。您可以看到子菜单中的每个 li 都未正确显示,它在其下方中断。我该如何修复它? (我讨厌即...)。
提前致谢。
I have problem with a css menu. It is correct on firefox,chrome,opera,safari and ie8. But not on ie7. You can find the menu here. You can see that every li in the submenu is not shown correctly, it breaks below it. How can I fix it? (I hate ie...).
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧..早上的时候你很快就能找到解决方案..昨天,有一个小时我没有想到要在李上设置高度,现在这是我的第一个想法。现在,如果我设置 ul li ul li{height:20px;} 效果很好!
感谢任何检查我的问题的人试图找到解决方案。
ok..when it's morning you find solutions very fast..Yesterday, for an hour I didn't think to set height on the li and now it was my first thought. Now, if I set
ul li ul li{height:20px;}
works great!Thanks to anyone who checked my question & tried to find a solution.