If I am not mistaken, it is only the image on the top left (miniback.jpg) that remains in place while scrolling down. Also the text is scrolling in front and not behind the image. Reason is because this image is set as a background-image with the background-attachment attribute set to 'fixed'. So changing this attribute to 'scroll' would solve the problem.
|