在某些浏览器中,我的网站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;
}