我有一个基本的图片库,它应该在加载时显示GIF和白色背景。由于某种原因,这没有表现出......
任何想法为什么?继承人http://v3.edharrisondesign.com/about/
答案 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;
}