background-attachment
Name: background-attachment
Description: Sets the background image to scroll or not to scroll along with its associated element.
Browser Compatibility: IE 4+ / NN 6+
Inherited: No
Values:
- fixed
- inherit
- scroll [Initial value]
Code Example:
{background-image: url(img/thisGraphic.gif);
background-attachment: fixed;}
background-attachment: fixed;}