Home › Forums › Other › Stationary Background when content scrolls › Re: Stationary Background when content scrolls
October 14, 2008 at 1:43 am
#50555
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