Hi
I have my background, which is a photo of rich fabric:
body
{
background-image: url("fabric.jpg")
}
Then I have my content div:
div.content
{
background-color: #ffffeb;
border: 2px solid #660000;
padding: 3em;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom:10px;
}
which just slaps a box over the top of the background; it looks very harsh. Is there a way of fading them in
CSS or do you have to do some clever thing in Photoshop (which I'm not clever at!

)?
Thanks