L'Image ci-dessus youtube iframe, est-il possible?

J'ai ce code HTML:

<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>

et ce css:

.frame {
    width: 420px;
    height: 280px;
    position: absolute;
}

#play {z-index: 100}
#maru {z-index: 1}

Pourquoi l'image appering ci-dessous la vidéo de youtube?

OriginalL'auteur ilyo | 2011-08-16