【发布时间】:2013-06-19 14:41:48
【问题描述】:
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>
我想不出一种方法让 div 颜色透明而不影响#container 的内容。有人知道吗?
【问题讨论】: