I'd like to do an image slider, using jQuery, HTML, CSS, and JavaScript, but I have a problem: my images are not appearing side by side, but beneath each other, which is a problem because my slider is horizontal, not vertical.
Thanks
I'd like to do an image slider, using jQuery, HTML, CSS, and JavaScript, but I have a problem: my images are not appearing side by side, but beneath each other, which is a problem because my slider is horizontal, not vertical.
Thanks
You can use owl carousel for slider purposes. While to create an image slider, you need to create a container for the slider, then apply display:inline-block
and use jquery to time the images to change or a click function to change the images. While you haven't supplied the code, we assume you haven't digged into proper ideology of slider, so recommend to study one already available in plugin market or have tutorials.