Flexslider 2未在IE7中显示图像

时间:2013-02-02 13:32:29

标签: jquery css flexslider

我正在使用FLexslider 2,它在IE7以外的所有浏览器中运行良好。在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而没有任何更改。如果有人能帮我解决这个问题,我将不胜感激。

的问候。

1 个答案:

答案 0 :(得分:0)

分享链接。如果他们(woothemes / madebymuffin)在IE7中工作,那么它可能是你网页上的其他内容。您是在IE7中的实际计算机上还是在浏览器堆栈上进行测试?