View Single Post
  #8 (permalink)  
Old Mar 4th, 2007, 19:43
BGarner's Avatar
BGarner BGarner is offline
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: fixed background with shadow

With such a dark background I'm not sure your shadow would even show up.

You need to do as karinne said...
Quote:
body {
background: #000 url(background.jpg) repeat-y fixed 0 0;
}
Then your shadowed pieces will always line up with your background.
Reply With Quote