There is a site with a slider.
The slide uses the SlidesJS library. Slider structure:
<div id="slider"> <div class="slide"> <div class="slide-img"> <img src="" alt="" /> </div> </div> <div class="slide"> <div class="slide-img"> <img src="" alt="" /> </div> </div> <div class="slide"> <div class="slide-img"> <img src="" alt="" /> </div> </div> <div class="slide"> <div class="slide-img"> <img src="" alt="" /> </div> </div>
There was the following problem the script works through once - we go to the page it shows just a column of pictures. We update time 4-5 and only after that the script is processed and the slider is formed. If after this, once again refresh the page, a column of pictures reappears.