我想在某些文本中使用不透明度的背景色,但我希望不透明度僅適用於背景色。在我的例子中,不透明度適用於顏色和背面。我如何才能將不透明度保持爲背景顏色?不透明度僅適用於背景色而不適用於文本
<div class="col left">
<p class="last"><span class="back" >here goes some text</span></p>
</div>
p.last {
color: #000000;
font-family: helvetica,arial,sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 17px;
margin-bottom: 17px;
}
.back { padding:5px;background-color:#893409;opacity:0.3; }
的可能重複背景的不透明度,而不是文本(http://stackoverflow.com/questions/637921/opacity-of-background-but-not-the-text) – Chandu 2012-07-11 12:53:30