Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Horizontally Expanding Div (Image Carousel Help)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #199910
    Christopher
    Participant

    Hello again!

    I’m in need of help for a final element of my online portfolio.

    I’ve implemented an image carousel of work (just images) and I would love to show (unhide a div of text) a little info about each piece when the image is clicked.

    Only twist is the carousel is horizontally scrolling, I can’t seem to position the toggling div (that is un-hidden using a small bit of javascript) to the right of the image, so it pushes the images to the right of it along.

    I’ve included a little diagram to help get my point across. (https://www.dropbox.com/s/fv022llvbywic93/Untitled-1.jpg?dl=0)

    Here’s the small piece of javascript I’m trying to use, the only difference in the code I’m trying to produce is the clickable text is a clickable image on my website.
    http://codepen.io/callil/pen/NPVMBW

    #199948
    Christopher
    Participant

    That works really well! But when multiple ‘images’ are used the carousel, enough to go beyond the horizontal edge of the screen, instead of flowing onwards to the right it (so you can scroll horizontally) it ‘breaks’ and goes under it.

    #200265
    Christopher
    Participant

    I’ll post this problem in Javascript Jungle, thanks!

    #200271
    Paulie_D
    Member

    Moved…

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.