Skip to content Skip to sidebar Skip to footer

How To Create Buttons And Make It Work In A Slideshow?

I started making my website in Weebly and I wanted to have a slideshow in the front page but I didn't like the drag and drop slideshow provided by Weebly, so I decided to build one

Solution 1:

Just create two buttons and give them the proper classname. You will of course have to position the buttons, but without your HTML it is not possible for us to provide direction on the actual button positioning. If you need help beyond that - please provide your HTML and all CSS that pertains to the Slider element.

 <div class="button slider-previous">Prev</div>
 <div class="button slider-next">Next</div>

Post a Comment for "How To Create Buttons And Make It Work In A Slideshow?"