A short video showing you have to make your custom backgrounds fixed (not moving with the website layout)

Usable for wordpress themes Mystique, Atom and many other themes.

The Code is below

{code type=css}
/* Fixed custom background image */
body{background-attachment:fixed;}
{/code}