【发布时间】:2012-07-16 21:36:19
【问题描述】:
嗯,I have a website 和首页一直重复着这张图片。在 Chrome 上,只重复一次,就像我想要的那样。
body {
color: #999999;
background-color: #490000;
background:url('http://pigymunk.co.uk/bgasdf2.png') fixed, url('http://pigymunk.co.uk/bgasdf.png') fixed;
background-repeat: no-repeat, repeat;
background-position: left top, left top;
}
【问题讨论】:
标签: css internet-explorer fault