Background Attachment | |
|---|---|
Background-attachment property specifies whether the background image will scroll with the text content or is fixed.
The background-attachment values are scroll (default) and fixed. body {background-image:url(images/ sheepdog.jpg); background-attachement:fixed} | |