View Single Post
  #10 (permalink)  
Old Apr 13th, 2007, 21:53
Marc's Avatar
Marc Marc is offline
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
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.
Reply With Quote