私はこのHTMLを持っている:youtube iframeの上記の画像は可能ですか?
<div class="frame" id="play">
<img src="images/click.png" alt="facebook">
</div>
<div class="frame" id="maru">
<iframe width="418" height="278"
src="http://www.youtube.com/embed/hPzNl6NKAG0"
frameborder="0" allowfullscreen>
</iframe>
</div>
と、このCSS:
.frame {
width: 420px;
height: 280px;
position: absolute;
}
#play {z-index: 100}
#maru {z-index: 1}
なぜユーチューブの動画の下にapperingイメージはありますか?