jQuery图库没有预加载?

时间:2012-09-25 15:31:16

标签: javascript jquery image-gallery preloader

我有一个基本的图片库,它应该在加载时显示GIF和白色背景。由于某种原因,这没有表现出......

任何想法为什么?继承人http://v3.edharrisondesign.com/about/

1 个答案:

答案 0 :(得分:0)

在您的nivo-slider.css中,您必须添加此行。这应该工作

.nivoSlider {
   background:url("/stylesheets/default/loading.gif") no-repeat scroll 50% 50%;
}

并从default.css

中删除该行
.theme-default .nivoSlider {
   background: url("loading.gif") no-repeat scroll 50% 50% #FFFFFF; // this line
   margin-bottom: 10px;
   position: relative;
}