K
K
Konstantin2015-01-28 16:15:29
css
Konstantin, 2015-01-28 16:15:29

Is there a way to overcome ie hover iframe?

<div class="block">
   <a href="#">наведи на меня мышку и появится видео с youtube</a>
   <div class="bubble">
        <iframe width="640" height="480" src="//www.youtube.com/embed/rgSNmapyrHw" frameborder="0" allowfullscreen></iframe>
   </div>
</div>

.block{
    position:relative;
}
.bubble{
    display:none;
    position:absolute;
    top:100%;
    left:0;
}
.block:hover .bubble{
   display:block;
}


jsfiddle.net/o423Lrb5 Ca

n't click on play in IE - .bubble disappears (

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question