IE7中的CSS菜单未显示全部内容

IE7中的CSS菜单未显示全部内容,css,drop-down-menu,internet-explorer-7,Css,Drop Down Menu,Internet Explorer 7,我花了一个星期的时间来寻找解决我问题的办法。 你能检查一下IE7中的小提琴吗?它在其他和更新的浏览器中工作得非常好。 导航如下: 中心生活/运动/“问题出在这里” 谢谢你的回答,这对我有帮助 这些都是公司内部网站,很抱歉,我不得不使用fiddle .menu-left{ width: 175px; padding: 0; margin:0; float: left; list-style-type: none; } .menu-left ul { float: left; width: 10

我花了一个星期的时间来寻找解决我问题的办法。 你能检查一下IE7中的小提琴吗?它在其他和更新的浏览器中工作得非常好。 导航如下: 中心生活/运动/“问题出在这里”

谢谢你的回答,这对我有帮助

这些都是公司内部网站,很抱歉,我不得不使用fiddle

.menu-left{
width: 175px;
padding: 0;
margin:0;
float: left;
list-style-type: none;
}

.menu-left ul {
float: left;
width: 100%;
line-height: 1;
color: #FFFFFF;
background: #FF7200;
padding: 0;
margin: 0;
list-style-type: none;


menu-left a, .menu-left a:visited {
display: block;
width: 160px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #FFFFFF;
text-indent: 15px; /* text position from left in first UL*/
margin: 0;
padding: 10px 0px 10px 0px;
list-style-type: none;
只是一个简单的、完整的JSFIDLE代码