css background image is fixed and does not scroll (background Language Notes CSS
background-attachment attribute body { background-image:url('smiley.gif'); background-repeat:no-repeat; background-attachment:fixed; } Tag definition and usage instructions background-atta…