ie8 上的导航列表项问题
我的圆形导航出现问题,第一个列表项似乎在右侧有一个巨大的间隙。
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我对正在发生的事情的最佳猜测。
你说:
如果您还没有添加 doctype,那么 IE 将处于 Quirks 模式 - 这很糟糕。
刚刚看到你的评论:所以显然答案是添加一个文档类型以使 IE 退出 Quirks 模式。
Here's my best guess at what's going on.
You said:
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.