CSS:
#container
{
position:relative;
left: 28%;
width: 50%;
height: 100%;
background: black;
opacity:0.7;
}
html:
<div id="container">
Here are texts,images,etc
</div>
我想不出一种在不影响#container内容的情况下使div颜色透明的方法。有人知道吗?