Google chrome でのページの閲覧に問題があります。Google chrome プラグイン「Chrome PDF Viewer」を無効にすると、表示中の PDF がオブジェクトごと重なって表示されます。以下はサンプルコードです。
<html>
<head>
</head>
<body>
<div style="border: solid red 2px; position:absolute;z-index:100;background-color:Green;height:100px;width:250px;"></div>
<div style="position:absolute;z-index:10;margin-left:100px;">
<iframe visible="true" id="ipdf" src="http://www.irs.gov/pub/irs-pdf/fw4.pdf" height="1000" width="1000" runat="server" frameborder="0" scrolling="auto" >
</iframe>
</div>
</body>
</html>
どんな提案も役に立ちます。