0

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

任何想法为什么?这是链接http://v3.edharrisondesign.com/about/

4

1 回答 1

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;
} 
于 2012-09-25T15:43:19.423 回答