-1
我想在主要內容上設置白色背景,但將其他元素嵌套在透明元素中。不透明元素中的透明元素
佈局是這樣的。
<div id="content">
<p>Lorem Ipsum dolor sit amet, etc...</p>
<div id="morecontent">
<p>stuff</p>
</div>
</div>
我想在#content
白色背景上,但我不希望這樣的背景應用於#morecontent
。換句話說,#morecontent
將具有與身體相同的背景。