Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS Left Scrolling
    text
    copied!<p><img src="https://i.stack.imgur.com/cT1fm.png" alt="enter image description here">I am having the code</p> <pre><code>&lt;div class="slidermoveImgCont center float-left"&gt; &lt;img id="SImg1" src="img/nat1.jpg" alt="gg" class="first simg alwaysfirst" name="actualImage1"&gt; &lt;img id="SImg2" src="img/nat2.jpg" alt="gg" class="simg" name="actualImage2"&gt; &lt;img id="SImg3" src="img/nat3.jpg" alt="gg" class="simg" name="actualImage3"&gt; &lt;img id="SImg4" src="img/nat4.jpg" alt="gg" class="simg" name="actualImage4"&gt; &lt;img id="SImg5" src="img/nat5.jpg" alt="gg" class="simg" name="actualImage5"&gt; &lt;img id="SImg6" src="img/nat6.jpg" alt="gg" class="last simg" name="actualImage6"&gt; &lt;img id="SImg7" src="img/nat7.jpg" alt="gg" class="dns simg" name="actualImage7"&gt; &lt;img id="SImg8" src="img/nat8.jpg" alt="gg" class="dns simg" name="actualImage8"&gt; &lt;img id="SImg9" src="img/nat9.jpg" alt="gg" class="dns simg" name="actualImage9"&gt; &lt;img id="SImg10" src="img/nat10.jpg" alt="gg" class="dns simg" name="actualImage10"&gt; &lt;img id="SImg11" src="img/nat11.jpg" alt="gg" class="dns simg" name="actualImage11"&gt; &lt;img id="SImg12" src="img/nat12.jpg" alt="gg" class="dns simg alwayslost" name="actualImage12"&gt; &lt;/div&gt; </code></pre> <p>Where always i show six images at a time, i plan to show the remaining images on increasing or decreasing the left value like sliding.how do i acheive it.I give width to the containing div and overflow:hidden to the containing div and then i increase/decrease the left of the containing div of the images, i am not able to see the remaining images. I plan to try out my image slider on my own.Please help me in this. </p> <p>more info:i added the image which i want to acheive , in that image, only 6 images are shown, on clicking the arrow button, i want to scroll using the left property with animation </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload