Answer the question
In order to leave comments, you need to log in
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;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question