Z
Z
zveronol2020-09-18 12:16:22
Slick
zveronol, 2020-09-18 12:16:22

How to make a slider with 2 toggle buttons?

as in the screenshot
5f647ae234b2f499590988.jpeg
https://jsfiddle.net/fxgo6wr5/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Pershin, 2020-09-18
@zveronol

I
Iegan Amadeus, 2020-09-18
@iegan1011

button-left {
position: absolute;
width: 30px
height: 30px;
top: 50%;
left: 0;
cursor:pointer;
background-image: url(' https://www.google.com/images/branding/googlelogo/... ');
}
On the button's parent, set position: relative;
Something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question