I have this code (below) and I want this particular container to have an
opacity of less than 100 so you can see bits of what's in the background.

I've been searching and can't seem to find it. What do I add to this code to
make the transparency/opacity of #content 80%?

Joanne

#content
{
position: absolute;
top: 120px;
left: 160px;
width: 500px;
background-color: #FFFFFF;
border: 1px #3a7aac solid;
padding: 10px;
}



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to