PDA

View Full Version : How to modify Flash Thumb Scroller to JS Thumb Scroller


yann
01-08-2009, 01:47 PM
Hello,

I have to create a template for one of my client site.
I would like to use a scrollbar to navigate through thumbnails instead of having next or previous links.

I've been downloading the Flash Thumbnail Scroller Addon on www.schonhose.nl.
Great addon but I would like to use a javascript to customise my scrollbar (flexcroll.js) like on
http://foto.schonhose.nl/.

Can anyone help me ? I've tried to modify the Flash Thumbnail Addon but it didn't work !
It seems to be to complicated for me.

Thanks a lot.

Dennis
01-08-2009, 06:02 PM
That is just a div with an overflow. Plain CSS.... nothing more and nothing less.

yann
01-09-2009, 03:21 AM
So no need to create an add on to display thumbnails in one global row ?
Just have to modify my div which contains the <IMAGE_THUMBNAIL_ROW>.

As seen on your photoblog source code, you used a div with a flexcroll class (and certainly the CSS attribute overflow:auto) which contains the thumbnails row div. That's why it scrolls ?

I've tried to do the same but with no result.

It would be nice to have your portion of code for this customised scrollbar.
Or just tell me more about the way to do this.

Thanks !

yann
01-13-2009, 07:31 AM
I did it ! It works.
But I'm using Jquery (jScrollPane.js) instead of Flexcroll which is not an opensource js.

Thanks for your help.