2013-02-02 38 views
0

我使用的是FLexslider 2,它可以在除IE7以外的所有瀏覽器中正常工作。在IE7中,圖像未加載,我只能看到箭頭進行導航。Flexslider 2不顯示IE7中的圖像

這是我如何初始化插件,

$('.flexslider').flexslider({ 
       animation: "slide",    //Select your animation type (fade/slide) 
       slideshow: true,    //Should the slider animate automatically by default? (true/false) 
       slideshowSpeed: 7000,   //Set the speed of the slideshow cycling, in milliseconds 
       animationDuration: 500,   //Set the speed of animations, in milliseconds 
       directionNav: true,    //Create navigation for previous/next navigation? (true/false) 
       controlNav: true,    //Create navigation for paging control of each clide? (true/false) 
       keyboardNav: true,    //Allow for keyboard navigation using left/right keys (true/false) 
       touchSwipe: true,    //Touch swipe gestures for left/right slide navigation (true/false) 
       prevText: "Previous",   //Set the text for the "previous" directionNav item 
       nextText: "Next",    //Set the text for the "next" directionNav item 
       randomize: false,    //Randomize slide order on page load? (true/false) 
       slideToStart: 0,    //The slide that the slider should start on. Array notation (0 = first slide) 
       pauseOnAction: true,   //Pause the slideshow when interacting with control elements, highly recommended. (true/false) 
       pauseOnHover: false,   //Pause the slideshow when hovering over slider, then resume when no longer hovering (true/false) 
       controlsContainer: ".flexslider-container"   //Advanced property: Can declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is not found, the default action will be taken. 
      }); 

除了這個我使用默認的CSS和HTML沒有任何變化。如果有人能幫我解決這個問題,我將不勝感激。

問候。

回答

0

分享鏈接。如果他們(woothemes/madebymuffin)在IE7中工作,那麼它可能是您網頁上的其他內容。你是在IE7的實際機器上還是在瀏覽器堆棧上測試它?

+0

我正在使用IE10的瀏覽器堆棧。 – Body

+0

得分享你的問題的鏈接。但是如果你有自己的容器,你就不能使用默認的css。 IE 7已經破解了你需要的東西,比如zoom:1和其他東西(取決於具體情況),以使事情顯現出來。 – Christina