Thread
:
fixed background with shadow
View Single Post
#
2
(
permalink
)
Feb 28th, 2007, 01:33
BGarner
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;
}
BGarner
View Public Profile
Find all posts by BGarner