IE8 ul菜单样式问题

发布于 2024-10-08 15:46:49 字数 257 浏览 0 评论 0原文

我有一个使用 UL 的菜单,像往常一样,它在 FFX 中可以正常工作,但在 IE 中却不行。我尝试了一些方法,但没有得到任何好的结果。有人有任何想法或指示吗?

请参阅随附的代码和图像。如果仔细观察,您可以看到左侧的项目符号点(黑色)。在 Firefox 中,会显示一个可爱的菜单......正确! :)

圣诞快乐!!!

L

替代文本

I have a menu using an UL, as usual it works finr in FFX but not in IE. I've tried a few things but can't get any good results. Anyone have any ideas or pointers?

please see the attached code and image. If you look closely you can see the bullet points(black) on the left hand side. Where as in firefox a lovely menu is displayed....correctly! :)

Merry Xmas!!!

L

alt text

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

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

发布评论

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

评论(2

温柔少女心 2024-10-15 15:46:49

我在这里找不到任何代码,您可以将其上传到pastebin.com吗?

#menu ul
{
    margin: 0 auto;
    font-weight:bold;
    list-style:none;
}

这段代码让我在 IE 中看不到任何点!

i can't find any code here, can you upload it at pastebin.com?

#menu ul
{
    margin: 0 auto;
    font-weight:bold;
    list-style:none;
}

This code makes me not seeing any dot in IE!

狠疯拽 2024-10-15 15:46:49

试一试:

ul
{
    list-style-type: none;
}

Give this a shot:

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