IE8 的 CSS 菜单问题 - 调试
这是此页面上的一个简单的CSS菜单。它在Chrome中运行良好。这是我正在使用的相关CSS。
ul#list-nav {
clear:both;
list-style:none;
margin:0 0px;
padding:0;
width:100%;
}
ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:100%;
}
ul#list-nav li {
display:inline
}
ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:16.62%;
background:#754C78;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}
这主要是宽度
的问题,但右侧最后两个单元格也发生了一些奇怪的事情,因为它们稍微倾斜了?
我很感激任何建议。
谢谢你,
塔拉
It's a simple css menu on this page. It works fine in Chrome. This is the relevant CSS that I'm using.
ul#list-nav {
clear:both;
list-style:none;
margin:0 0px;
padding:0;
width:100%;
}
ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:100%;
}
ul#list-nav li {
display:inline
}
ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:16.62%;
background:#754C78;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}
It's mainly a problem with the width
, but also something strange happening with the last two cells in the right since they're dipping slightly?
I appreciate any suggestions.
Thank you,
Tara
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除宽度并为
padding-left
和padding-right
添加 38pxremove the width and adding 38px for
padding-left
andpadding-right