M
M
Mukaev2014-04-19 17:04:41
PHP
Mukaev, 2014-04-19 17:04:41

Why does the responsiveslides slider momentarily fall apart on page load?

When the page is loaded, slider images are visible for a moment (there are 3 of them in a column, as if I didn’t connect the js slider code) on jQuery, "Responsiveslides" , this does not always appear, everything is fine on the local server, the slider is included in the page using php

<?php
  include_once ("ui/slider.html");
?>

(and so on to every page where it is needed)

Tell me what could be the problem, the original slider code has not changed, only the slide display time settings and their transition have been changed.
HTML
<div id="wrapper">
      <div class="slider span10">
            <div class="text-slider ">###</div>
    <div class="callbacks_container">
      	     <ul class="rslides" id="slider4">
      		    <li><img " src="../images/main/main_all2.jpg" alt="">
      		        <p class="caption">###</p>
      		    </li>
      		    <li><img src="../images/main/main_all3.jpg" alt="">
      		        <p class="caption">###</p>
      		    </li>
      		      <li><img src="../images/main/main_all4.jpg" alt="">
      		        <p class="caption">###</p>
      		    </li>
      		</ul>
    		</div>
  </div>
</div>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mukaev, 2014-04-19
@Mukaev

helped overflow: hidden; with specific height

S
Snewer, 2014-04-19
@Snewer

The page is already being generated, but the style file does not have time to load

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question