I am using something similar to the following code:
<div style="opacity:0.4; background-image:url(...);">
<div style="opacity:1.0;">
Text
</div>
</div>
I anticipated the backdrop to have an opacity of 0.4 and the text to be completely opaque. They both have an opacity of 0.4 instead.