I’m a totally JavaScript rookie, and I can’t really figure out how to do it.
I want a horizontal slider or tab script with thumbnails and arrow indication which thumbnail current showing in the slider, like this:
*http://jqueryglobe.com/labs/slide_thumbs/*
But it needs to be horizontal vertical. Can someone maybe help me to solve that problem?
Thanks in advance
Edit:
Yes, I’m sorry. I mean vertical. My bad.
It is not that hard actually.
You just need to re-order the HTML so that the images appear on the right/left of the preview main image container.
Then, if you look at the simple javascript involved, just modify everything that says “left” to “top” and “width” to “height” like so (this code is taken from the page itself -> view source):