Log in

View Full Version : Can anyone help with a scroller like the one on the following site?



IC619
10-26-2008, 03:11 PM
Has anyone got a script, or know where I can find one (preferably JQuery, but not necessary) that will do the same thing as the 'webfruits news' scroller on the following site?

http://www.webfruits.it/

I'm pretty sure the example above uses JQuery, so it should be possible.
I need it to be editable, so I can change the width, height, color, etc.

Any help is much appreciated.
Thanks, Dan.

Medyman
10-26-2008, 04:46 PM
The website you link to actually uses Easy Scroll by Alen Grakalic (http://cssglobe.com/post/1495/easy-scroll-accessible-content-scroller/) for the scrolling effect. I've used it before and it's very easy to work with. The styling control you want is all dependent on your CSS. The script doesn't mark up your scroller for you.

If you're adamant about using jQuery, Ariel Flesler has several plugins that can be used in this instance: SerialScroll (http://flesler.blogspot.com/2008/02/jqueryserialscroll.html), ScrollTo (http://flesler.blogspot.com/2007/10/jqueryscrollto.html), LocalScroll (http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html). The styling there also depends on your CSS.

IC619
10-26-2008, 05:19 PM
Thats great. thanks Medyman.

Now I just need to work out how to customise the easy scroll css to move the buttons and stuff rounds.

Thanks again.
Dan