Quote Originally Posted by Candylea View Post
Hi again

I'm not sure if what I am asking is possible but I have added a image for the background at the size of 1280 x 873 it fits perfect for my screen. Which is 1280 x 1024 the body settings are

body {
color:#666666;
background-image: url(../images/background-borders.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}

But if I change the screen resloution down to 1024 x 768 you can only see half of the background image.

any ideas or other suggestions into how I can get this to work, the reason of the background is because it matches the rest of the site then it comes to zencart. link below will show you the image.

http://www.airliedayspa.com.au/cart
Getting this to resize will be complicated. I think you'd have to create two new divs, that would be 100% wide, one with the left image, one with the right, then as the site window would resize, so would the background? I'm not positive, but it would take a bit of work.