これらのコードを試しましたが、何らかの理由でIE9に背景が表示されません。互換モードはオフで、IE9モードで実行されています。IE 10、Chrome、Firefoxで正常に動作します。
body {
background : url('/img/fade.png') repeat-x,
url('/img/fadeh.png') repeat-y,
url('/img/bg.png') repeat,
;
}
2回目の試行:
body {
/*background-image: url(img/fade.png), url(img/fadeh.png), url(img/bg.png);
background-repeat: repeat-x, repeat-y, repeat;*/
}
助けていただければ幸いです。
ありがとう