Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Stationary Background when content scrolls Re: Stationary Background when content scrolls

#50555
mikes
Member

BODY { background-image: url(‘bg.gif’); background-attachment: fixed; }

or shorthand

BODY { background: #000000 url(‘bg.gif’) repeat fixed top left; }

w3schools:
http://www.w3schools.com/css/css_background.asp has some good info on that sort of thing.

Cheers