ie8 上的导航列表项问题

发布于 2024-10-17 06:10:02 字数 379 浏览 2 评论 0原文

我的圆形导航出现问题,第一个列表项似乎在右侧有一个巨大的间隙。

我在 UL 中有一个链接列表,每个链接都有自己的类,因此我可以为它们设置背景图标。现在第一个链接的背景是圆角的。

我使用相对向左推,这样它会对主页上的悬停和活动状态以及当我在其他页面上时悬停产生圆形效果。

现在,除了 IE8 和可能较旧的版本之外,它在新浏览器中一切正常。

我把它放到了 JSFiddle 上,方便查看。抱歉,出现了不必要的 CSS 属性。

http://jsfiddle.net/datastream/Gta3h/2/

谢谢。

I'm having an issue with my rounded navigation, the first list item appears to have a huge gap on the right.

I have a list of links inside an UL each have their own class so I could set a background icon to them. Now the first link has a background with rounded corners.

I used relative to push to left so it would have that rounded effect for the hover and active states on the homepage and hover for when i'm on other pages.

Now it all works fine in new browsers apart from IE8 and probably older versions.

I've put it on JSFiddle to make it easier to view. Sorry for the unnecessary CSS properties.

http://jsfiddle.net/datastream/Gta3h/2/

Thanks.

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

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

发布评论

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

评论(1

岛徒 2024-10-24 06:10:02

这是我对正在发生的事情的最佳猜测。

你说:

还没有添加任何文档类型或任何东西
它只是严格的 html 和 css

如果您还没有添加 doctype,那么 IE 将处于 Quirks 模式 - 这很糟糕。


刚刚看到你的评论:所以显然答案是添加一个文档类型以使 IE 退出 Quirks 模式。

Here's my best guess at what's going on.

You said:

Havent added any doctype or anything
its just strictly html and css

If you haven't added a doctype, then IE will be in Quirks mode - this is bad.


Just saw your comment: so apparently the answer was to add a doctype to bring IE out of Quirks mode.

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