You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Problem with the simple scrollable Created Nov 19, 2009

This thread is solved

Views: 508     Replies: 1     Last reply Nov 20, 2009  
You must login first before you can use this feature

crashbdx

Posts: 2

Registered:
Nov 19, 2009

Problem with the simple scrollable

Posted: Nov 19, 2009

Hi all and thank you very much for your work.

I'm testing the simple scrollable for maybe use in futures projets but i have a little problem and don't really understand why ...

My scroll work but for exemple i have 6 pictures and the scroll act like there is only 4... have you an idea why ?

You can see my test at the following link :http://www.webdesigner-freelance.eu/temp/jeu/

Thanks in advance !

crashbdx

Posts: 2

Registered:
Nov 19, 2009

» Problem with the simple scrollable

Posted: Nov 20, 2009

Reply to: Problem with the simple scrollable, from crashbdx
Ok next time i read more deep the doc im sorry... the answer is to use the size attribute... exe;ple :

$(function() {

$(".scrollable").scrollable({
size: 3,
});

});