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.
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
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 for any help!
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 ?
If you where to firebug and change overflow:hidden; to overflow:visible; it would look like this:
http://i43.tinypic.com/2u5gx1h.png
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!