View Single Post
  #2 (permalink)  
Old Feb 28th, 2007, 01:33
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: Shadow on tiled background.

You need the graphics forum for the images. Just get 2 rows of tiles. The css is simple.

body {
background: #333 url(/tiles.png) repeat-y;
}

div#wrapper {
background: #EEE url(content.png) repeat-y;
}
Reply With Quote