treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Jquery Similar to Fluid Galleries

  • Are there any current Jquery scripts that act like evrium fluid galleries? What I like is that it shows all the pictures in a strip and not one at a time.

    Thanks for any help!
  • http://www.evrium.com/demo/fg2p/

    This is the gallery i was talking about... basically like almost any simple slideshow type gallery but it shows all the pictures in the gallery and you can move to the next one by either clicking the picture or the navigation on the bottom

    I would think something similar to the http://css-tricks.com/examples/MovingBoxes/ gallery except no borders ?
  • It would be exactly the same, the only difference is on css-tricks moving boxes demo the photos are hidden in the box....


    If you where to firebug and change overflow:hidden; to overflow:visible; it would look like this:
    http://i43.tinypic.com/2u5gx1h.png
  • Thanks for your help..

    After a lot of hair pulling i figured out the hidden was in the javascript along with the html and css.

    Is there a reason why its stated in all three? or are they hiddens for different things?

    Also is it possible to change those sliding arrows into a number navigation on the bottom that will correspond with each picture in the scroll instead?
    r.

    Thanks again for your help!