-1

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

Omeyr
  • 29
  • 1
  • 4

1 Answers1

0

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.

Sachin Kanungo
  • 1,054
  • 9
  • 17