Note that there are some explanatory texts on larger screens.

plurals
  1. POYouTube embedded overlays on each tab for IE10
    primarykey
    data
    text
    <p>I am running into a weird issue and can't seem to find a solution. Using either JqueryTools tabs widget or JqueryUI tabs widget when a Youtube video is embedded it keeps overlaying it on every tab. This only occurs in IE, specifically tested with IE10. Anyone know why? </p> <p>I created a jsfiddle to better illustrate this issue: <a href="http://jsfiddle.net/ncfbX/19/" rel="nofollow">http://jsfiddle.net/ncfbX/19/</a></p> <p><strong>Edit:</strong> </p> <p>Wouldn't let me submit it without including some code, so:</p> <pre><code>HTML: &lt;div class="main"&gt; &lt;div class="slides"&gt;Slides division&lt;/div&gt; &lt;div id="tabs"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#tabs-1"&gt;tab1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-2"&gt;tab2&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-3"&gt;tab3&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="tabs-1"&gt; &lt;div class="inner_panel"&gt; &lt;p&gt;working&lt;/p&gt; &lt;iframe width="531" height="270" src="http://www.youtube.com/embed/7_nyhwuEX2c?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="tabs-2"&gt; &lt;div class="inner_panel"&gt; &lt;p&gt;Tab2 should not have a youtube video embedded.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="tabs-3"&gt; &lt;div class="inner_panel"&gt; &lt;p&gt;Tab3 should not have a youtube video embedded.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p><strong>CSS:</strong></p> <pre><code>.inner_panel{height:350px;} </code></pre> <p><strong>JAVASCRIPT:</strong></p> <pre><code>$(document).ready(function(){ $('#tabs').tabs(); }); </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload