私は古典的な問題を抱えています.ヘッダーナビゲーションバーは本文のiframeの下にありますが、z-indexesでこれを解決しようとすると、私はさらに混乱し、同じ問題が残ります:/ここに私のセットアップがあります:
<header style="z-index:2;">
....code....
<nav align="center" style="z-index:2;">
....nav....
</nav>
</header>
<section id="content" style="z-index:-1;">
<div class="block">
<div class="main">
<!--[if IE]>
<div style="z-index:-2;">
<iframe width="900" height="900" style="position:relative; z-index:-2;" src="http://www.flytheflagtexas.com/athens/magazine/latest/index.html" ></iframe>
</div>
<![endif]-->
....code....
z-index:-2 iframe がどこにも表示されないのはなぜですか? ここにページがあります: http://www.flytheflagtexas.com/athens/latest自由にコードを確認してください。