
Generally image scroll along with the page if you want that image should be fix while scrolling the page, The given code will help you to do the same.
other code is also there to scroll image along with page. So as per your requirement select the code and enjoy the coding.
Happy Cpoding :)
Source code of How to Stop Scrolling Background Image with Text
<html>
<head>
<style type="text/css">
body {background-image: url('Sunset.jpg'); background-repeat: no-repeat; background-attachment: fixed }
/* if you want that text should scroll with image use below code.
body {background-image: url('Sunset.jpg'); background-repeat: no-repeat; background-attachment: scroll }
*/
</style>
</head>
<body>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
<p>Stop Scrolling BackGround Image with page</p>
</body>
</html>