色々ブラウザを見て対応していた時、Netscape 7.1でliの背景画像が見えない事に気づき、考えてプロパティを色々変更したり、バグ情報を探していたんですが、どうもbackground-positionを数値て書かないとNetscape 7.1ではポジションが変な事になるらしい。
ということで下記に変更
background:url(“../images/xxxx.gif”)? no-repeat right 10px;
を
background:url(“../images/xxxx.gif”)? no-repeat 0 10px;
特にpx, %など入れなくても問題なさげでした(表記上は)

Discussion
No comments yet.