数ヶ月前、小さな会社のサイトを作りました。彼らはそれについて非常に喜んでいました。今、私は同じ会社のために小さな e コマースを行い、それをサイト ベースに統合します。しかし、ie7 で調べていて、とんでもないことに気が付きました。ナビゲーションバーが正しく表示されません。リンクは、通常は横の行に表示されますが、縦の行に表示されます。これを修正する方法、これは緊急ですか?
ナビゲーションの CSS は次のとおりです。
.nav-ul {
margin: 0;
padding: 0;
position: absolute;
left: -14px;
top: 120px;
background: #000;
height: 31px;
z-index: 2;
width: 104%;
background-image: nappulat/tyhja.png;
background-repeat: repeat;
text-align: center;
}
.nav-ul li {
display: inline-block;
padding: 0;
margin: 0;
width: 128px;
height: 31px;
}
.nav-ul li:hover {
background-color: #b2080b;
}
.nav-ul li a {
text-decoration: none;
color: #fff;
font-size: 14px;
font-family: Verdana, Geneva, sans-serif;
display: inline-block;
padding: 0;
margin: 0;
width: 128px;
height: 31px;
}
条件付きコメントは知っていますが、答えてくれますか?