CSS3 PIE で複数の背景を使用しようとしています。IE7 では問題なく動作しますが、IE8 では動作しません。つまり、IE8 では no-repeat、repeat、repeat y を使用できますが、ブラウザーは repeat-x の背景をレンダリングしません。バグですか?ここにいくつかのコードがあります:
#footer .links li {
background: url('../images/common/border_dashed.png') repeat-x,
url('../images/common/bullet_marker2.png') 9px 17px no-repeat;
-pie-background: url('_ui/images/common/bullet_marker2.png') 9px 17px no-repeat,
url('_ui/images/common/border_dashed.png') repeat-x;
behavior: url(PIE.htc);
}
ボトム/トップと位置をピクセル単位で試しました。また、z-index と position の値を試していました。