2011-10-12 76 views
0

我有相關的I幀/ YouTube視頻&瀏覽器的錯誤...鉻溢出:隱藏的iframe和BUG

得到一個div

<div id="single"> 
     <div id="poza-mare"> 
     <div class="items"> 
       <div><iframe width="710" scrolling="no" height="360" frameborder="0" src="http://www.youtube.com/embed/CblqeBA0iIk" type="text/html"></iframe></div> 
       <div>...</div> 
       <div>...</div> 
     </div> 
     </div> 
</div> 

#poza-mare{position:relative;overflow:hidden;clear:both;height:360px;} 
#poza-mare div {float:left;display:block;width:710px;} 
#poza-mare .items {width:20000em;clear:both;margin:0;padding:0;position: absolute;} 
#single{width:710px; overflow:hidden; margin:0 auto;z-index:2;} 

不管怎樣,在項目類div的是通過滾動動畫jQuery和iframe在滾動到左側時並不想隱藏(當隱藏其他所有內容時它會保持可見狀態)。這隻發生在Chrome中,在Firefox/Safari/IE9/Opera中完美運行。

我能做些什麼來使它工作? :(

鏈接:提前http://lesateliersnomad.com/showcase/2d-animation/artmania-festival-2010/

感謝

回答

7

?wmode=opaque」 的。 youtube視頻將解決相框問題。 :)

1

嘗試通過增加{ zoom: 0.99999 }修復滾動之前和之後使其{ zoom: 1 }這個技巧幫助我:)

+0

沒有工作:(但我設法解決它無論如何與「?wmode = opaque」在youtube視頻:) – Eek