0

Web サイトに背景画像を設定しましたが、一部のブラウザーでは背景画像に灰色のブロックが表示されます。これを解決するにはどうすればよいですか?

ウェブサイト: http://haptotherapiemris.nl/

ここに私のCssコードがあります:

.main {
margin: 0 auto;
background: transparent url(http://dansolution.nl/klanten/background/bg.jpg) repeat-y                center top;
width: 1000px;
min-height: 1000px;
text-align: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
4

1 に答える 1