|
Hmmm Are you sre you know what I mean right?
I've got my main Div, Container, I want a shadow around the outside and I'll just have a bgcolour..
Somthing like this in the CSS.
}
#shadowcontainer {
width: 862px;
margin: 0 auto;
background: url(images/dropshadow_bg.gif);
background-repeat: repeat-y;
padding: 0 19px;
}
But that will only give the image on both sides of the main Container, I want it too go right around, Above, Below and Sides. Making Container look rounded.
Thanks,
|