闪烁的jquery循环插件

时间:2011-04-18 20:03:23

标签: jquery plugins internet-explorer-9 cycle

jQuery循环插件片刻显示加载页面时列中加载的所有图像,我的客户端声称这只是在IE9中。有没有办法解决它?

1 个答案:

答案 0 :(得分:0)

这是因为加载插件的延迟。我通常用一些CSS解决这个问题。在幻灯片周围创建一个div并将css设置为,这将解决您的问题。

#boxaroundslideshow {
    overflow:hidden; // this is important as it will lose the scrollbars
    display:block;
    width:widthofslideshow;
    height:heightofslideshow;
}