<!DOCTYPE html>
<style>
#target {
width: 1000px;
height: 1000px;
background-image: url(../resources/apple.jpg);
background-attachment: fixed;
}
</style>
<div id="target"></div>
<!DOCTYPE html>
<style>
#target {
width: 1000px;
height: 1000px;
background-image: url(../resources/apple.jpg);
background-attachment: fixed;
}
</style>
<div id="target"></div>