2014-03-28 39 views
1

滑塊在Firefox中正常工作,但不在Chrome中。圖像已加載,但不顯示。點擊尋呼機時即使高度發生變化。那可能是什麼? 例這裏:http://flowcenter4.flowworks.de/frontend/screeningroom/yxWJTkdQdFPTAkZJmHcF_layoutcugate2/10/爲什麼我的bx-slider在chrome中不顯示圖像?

代碼很簡單:

$(document).ready(function() { 
     $('.bxslider').bxSlider({ 
      mode: 'fade',      
      infiniteLoop: true,    
      adaptiveHeight: true    
     }); 
     $("#slider").show("fade"); 
}); 

像BX滑塊頁面上的例子它應該工作:http://bxslider.com/examples/slideshow-adaptive-height

回答

3

如果從.bxslider刪除float: right;圖像(S)出現。

+0

太棒了!謝謝!甚至沒有注意到:D – user2718671

相關問題