I have a repeated background with the
following CSS:
#outercontainer {
width: 100%;
min-height: 968px;
background: url(../images/bkg_innerlawn.jpg) repeat-x 0
217px;
}
The idea is that this repeats the image across the screen, from 217px down the container. This works fine in FF and IE but in Safari, the
background repeats in both the x and y directions. Is this a known bug?
http://dev1.room58.net/safari.jpghttp://dev1.room58.net/firefox.jpg