体の背景に 2 つの画像を使用しました。1 つは上部を横切るグラデーションとして、もう 1 つはその下/後ろで繰り返されます。
それはすべて私が望むとおりに機能しますが、IE8では消えます!
CSS:
body {
font-family: Helvetica, Arial, sans-serif;
padding:0;
margin:0;
position:absolute;
background-image: URL('./img/backtop.jpg'), URL('./img/back.jpg') ;
background-position: top center, top center ;
background-repeat: repeat-x, repeat ;
width: 100%;
}
私は何を間違っていますか?