IE 下拉菜单中 LI 之间的间隙

发布于 2024-08-19 04:57:54 字数 278 浏览 5 评论 0原文

您好,我有一个下拉菜单,当放下该菜单时,李之间有一个间隙。我已经尝试了所有常用的方法,但我似乎无法找到它来自哪里!

我会粘贴代码,但代码有点多,所以我设置了一个临时目录供您查看。

http://www.actwebdesigns.com/web-design-mansfield/

问候,

菲尔

Hi I ave a drop down menu which when dropped, there is a gap between the li's. I have tried all usual methods but I cant seem to find where it is coming from!

I would paste the code but there is a bit of it so I have set up a temp directory for you to see.

http://www.actwebdesigns.com/web-design-mansfield/

Regards,

Phil

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

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

发布评论

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

评论(1

凉栀 2024-08-26 04:57:54

尝试删除

  • 之间的所有空白:
  • <ul id="servicesSubNav">
    <li><a href="#">Blogs</a></li><li><a href="#">Content Management Systems</a></li><li><a href="#">Forums</a></li>
    

    在代码中看起来很难看,但应该可以解决它。

    Try removing all white space between <li>s:

    <ul id="servicesSubNav">
    <li><a href="#">Blogs</a></li><li><a href="#">Content Management Systems</a></li><li><a href="#">Forums</a></li>
    

    looks ugly in the code, but should solve it.

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