|
Re: how do you keep the background in the same place
yep basiclly. - Code: Select all
background-attachment:fixed; that is the piece of code that does the trick. If you look here it will tell you how to do CSS: http://www.w3schools.com/css/.
Last edited by Marc; Apr 13th, 2007 at 22:00.
|