Forums

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

Home Forums JavaScript Jquery Similar to Fluid Galleries

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25160
    miburo
    Member

    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!

    #59236
    miburo
    Member

    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 https://css-tricks.com/examples/MovingBoxes/ gallery except no borders ?

    #59405
    Mr KiTT3N
    Member

    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:
    [img]http://i43.tinypic.com/2u5gx1h.png[/img]

    #59647
    miburo
    Member

    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!

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