JS sliding gallery

Out of context: Reply #1

  • Started 15 years ago
  • Last post 15 years ago
  • 13 Responses
  • ********
    0

    The sliding part I'd say should be easy. Create a div that is as wide as all the sideways content, with seperate divs inside it that are smaller than the width of the container (so the image to the left and right become visible on screen). Give each of theses divs an id, then use jQuery animate() functions to sidescroll the content along to each anchor.

    Google 'jQuery image carousel' and break apart one of the multitude of tutorials/demos available.

    • Thanks, got one that seems to be working!ismith

View thread