古いバージョンのFirefoxで正常に機能していたコーディングに問題があります。Firefox 3.6にアップデートしたとき、私の垂直メニューの最初のリストは他のリストよりも大きくなっています。
これが私のCSSコードです。
#verti
{
float:bottom;
width:300px;
margin-top:50px;
position:relative;
}
#verti ul li
{
position:relative;
list-style:none;
}
#verti ul
{
padding:0;
margin:0;
}
#verti li
{
height:2m;
width:9em;
background:#38ACEC;
margin-bottom:9px;
position:relative;
top:170px;
-moz-border-radius:80px;
border-radius:80px;
text-align:center;
}