http://jsfiddle.net/K4uEs/2/位置が絶対のiframe
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<body>
<div style="height:600px;width:1000px;position:relative;margin:auto;">
<div style="position:absolute;top:30px;left:50px;height:100px;z-index:9999;background:red;">This is not visible </div>
<iframe src="http://www.irs.gov/pub/irs-pdf/fw4.pdf" height="50%" width="100%"></iframe>
</div>
</body>
</html>
はい?........... – ingo
実際にはどういう疑問がありますか? –
Samuele Mattiuzzoの位置:絶対にiframeで作業していません。これは問題 –