• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Create a div sliding inside a div from left to right..

New Here ,
May 04, 2018 May 04, 2018

Copy link to clipboard

Copied

What is the logic behind div slider from left to right using js or jquery. I want to create our team div that has other divs floating to the left with a width of 33.33% at same time after an interval of 3000 it scrolls to the second div ,third and so on horizontaly please guys help me????

Views

750

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 05, 2018 May 05, 2018

You could use the built-in Carousel Slider in a Bootstrap layout. 

Bootstrap Carousel

To make ti 1/3 width, wrap it inside a column.

<div class="container">

<div class-="col-md-4">

     CAROUSEL GOES HERE...

</div>

</div>

Votes

Translate

Translate
Community Expert ,
May 05, 2018 May 05, 2018

Copy link to clipboard

Copied

You could use the built-in Carousel Slider in a Bootstrap layout. 

Bootstrap Carousel

To make ti 1/3 width, wrap it inside a column.

<div class="container">

<div class-="col-md-4">

     CAROUSEL GOES HERE...

</div>

</div>

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 05, 2018 May 05, 2018

Copy link to clipboard

Copied

LATEST

Another lightweight slider is this one JQuery lightSlider

I've used it in responsive projects with very good results. 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines