BG picture problem in IE7


div.wrapper{
  width:950px;
  background:url(images/bg-t.png) 0 0 no-repeat;
  margin:auto;
  padding:30px 0 0 0;
}

div.wrapper-b{
  background:url(images/bg-b.png) 0 100% no-repeat;
  padding:0 0 40px 0;
}

div.wrapper-m{
  background:url(images/bg-m.png) 0 0 repeat-y;
  padding:0 25px 0 30px;
}

For some reason only the top image (/images/bg-t.png) is showing up. Whats wrong?

Hi, we would need a site to look further into this, just that little snippet doesn’t really help us too much :slight_smile: