I GOT IT WORKING!! I had no idea you could have multiple background images. So I changed my css to the following:
Code:
body { background-image:url('front_layer_background_image.png'),url('back_layer_background_image.jpg');
background-position:center, center;
background-attachment: fixed;
background-repeat: repeat-y,repeat-x;
}
Not sure if I wrote this 100% correct but it looks good in all browsers so far.
My 'front_layer_background_image.png' is a transparency so I can see the 'back_layer_background_image.jpg' behind it!
Thanks!
Bookmarks