View Single Post
  #2 (permalink)  
Old Feb 2nd, 2006, 17:17
herkalees's Avatar
herkalees herkalees is offline
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: repeat image on y axis

recreate the image so that it is 1 pixel high, 500 pixels wide and contains the left-side shadow and right-side shadow. Then do this with your CSS

#box {background: url(images/shadows.gif) repeat-y;}
Reply With Quote