Hi, i have tried to have the shadow around the wrapper as part of my background like this:
http://img265.imageshack.us/my.php?image=ggggbp1.jpg
how should i make the css for this?
it disappears when ever i type this:
background-image: url('images/bgstripe.png');
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center;
THANK YOU!
I see the shadow along the far left margin. Are you just trying to move it to the right so it's right next to the body?
You have your background assigned to body. Try assigning it to div#wrap instead (in style.css).
yes i tried to move the shadow around the wrapper on the both side
how would i assign it to div#wrap?
sorry i am not really good at coding and css :)
thanks!
here fahlstad.se/demo
i can see under #body:
background: #ECECEC url(images/bg.png) repeat-y scroll center
and it appears what i wanted, but when i do that to mine it doesnt appear