Quote Originally Posted by ablafontain View Post
I can't find................. Right click the image, select Web Sticky/Stretchy
Are you sure I can do this with version 7.1??
for earlier Xara applications, I think you can add this CSS to the Website HTML Code (head) for Vertical Supersites:
<style>

.xr_bgb0
{ /* Set background image to fixed (don't scroll along with the page) */
background-attachment: fixed;
}

</style>
for any image you have set as the Pasteboard background.

You probably need it in each Page HTML code (head) for Conventional sites.

You also might need to check in index_htm_files\ xr_main.css to check .xr_bgb0 is the right class.

Acorn

P.S. I am sure i did all this a better way years ago and put it in TG, so if anyone finds it, help us out.