简体   繁体   中英

jQuery image gallery not preloading?

I have a basic image gallery which is supposed to display a GIF and a white background when loading. For some reason this isn't showing...

Any ideas why? Heres the link http://v3.edharrisondesign.com/about/

in your nivo-slider.css you have to add this line. That should work

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

and remove that line from default.css

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM