1

我在 stackoverflow 上花了一个星期来寻找我的问题的解决方案。你能检查一下IE7中的小提琴吗?它在其他和更新的浏览器中运行良好。导航如下:中心生活/运动/“这里有问题”

http://jsfiddle.net/6m3f3/1/

感谢您提供任何可以帮助我的答案。

这些是公司内部网站,很抱歉,我不得不使用小提琴。

.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;

只是 jsFiddle 上的一个示例,完整的代码

4

0 回答 0