I am trying to figure out how can I use Jquery to move my pictures left and right (or back and forth) that are inside of my container picture? Any suggestion would be much appreciated. I thought about using animate features but that would control the movement of the actual pic, not the all pictures inside of the larger pic. Here is my code so far which is just the actual picture.

<!DOCTYPE html>

    <head> <title>2D Image Carousel</title> </head> <body>
 <img src="ScreenshotMain.png" alt="2D image" height="400" width="500"> </body> </html>
Member Avatar for diafol

You have nothing to give us to go on. Not sure what the container is here? Needs more work / effort.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.