background-attachment

Dictate whether your background will scroll or not when the visitor scrolls the web page up and down.

Value Description
fixed The image will remain fixed and will not scroll when the page scrolls.
scroll The image will scroll when the page scrolls.

Code:

textarea { background-image: url(../../pics/cssT/smallPic.jpg);
background-attachment: fixed; }

Display: