A background-image that will not scroll with the page (fixed):

Lorem ipsum dolor sit amet,

Lorem ipsum dolor sit amet,

Lorem ipsum dolor sit amet,

Lorem ipsum dolor sit amet,

Exported from Notepad++
<html><head><title>Background Attachment</title> <style> body{ background: gold url(yogsmall.jpg) no-repeat; background-position: left top; background-attachment: fixed; /* scroll | fixed | local | initial | inherit*/ } p{ padding-top:150px; } </style></head> <body><h1>A background-image that will not scroll with the page (fixed):</h1> <p>Lorem ipsum dolor sit amet, </p> <p>Lorem ipsum dolor sit amet, </p> <p>Lorem ipsum dolor sit amet, </p> <p>Lorem ipsum dolor sit amet, </p> </body></html>