Make sure to download the following file and link it to your HTML file.
Parallax background images
#css#html#jquery#parallax
Parallax
HTML
CSS
.parallax-window { min-height: 400px; background: transparent; position:relative; }
JQUERY
jQuery('.parallax-window').parallax();