ページ全体に背景を透明に適用しても、iframe で開いた PDF には適用されません。PDF が背景で隠れないのはなぜですか?
<iframe src="http://www.irs.gov/pub/irs-tege/401k_mistakes.pdf" />
<div style="left: 0px; top: 0px;
z-index: 100;
background-color: gray;
width: 1000px;
height: 1000px;
position: absolute;
opacity: 0.8;">
</div>
ここに例がありますhttp://jsfiddle.net/JXT5V/3/ (例はChromeでは機能しません)