Log in

View Full Version : Looking for a scroller with extra features



Dazza30
11-18-2008, 04:46 PM
Hi

Im looking for a scroller script thats the same or similar to the one on this page http://www.onlinemobilephoneshop.co.uk/

Can anyone point me in the right direction please?

MORE INFORMATION


The script on the linked page is in flash i need something that can automaticly scroll to the left or right and pause on mouse over which can also contain images text and hyperlinks.

I also like the ability to be able to manualy scroll to the left or right on the script in the link, but i have never seen a scroller with that many controll options.

Medyman
11-18-2008, 07:29 PM
It's definitely possible. I just created something similar with jQuery for a client project the other day.

First, have you seen this script (http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm)? It doesn't have the manual scrollbars but does the rest.

If you really want all the controls, and are willing to dive into some jQuery, here are some resources:
http://docs.jquery.com/UI/Slider
http://jqueryfordesigners.com/slider-gallery/
http://www.keepthewebweird.com/creating-a-nice-slider-with-jquery-ui/
http://flesler.blogspot.com/2008/02/jqueryserialscroll.html

Dazza30
11-18-2008, 10:20 PM
It's definitely possible. I just created something similar with jQuery for a client project the other day.

First, have you seen this script (http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm)? It doesn't have the manual scrollbars but does the rest.

If you really want all the controls, and are willing to dive into some jQuery, here are some resources:
http://docs.jquery.com/UI/Slider
http://jqueryfordesigners.com/slider-gallery/
http://www.keepthewebweird.com/creating-a-nice-slider-with-jquery-ui/
http://flesler.blogspot.com/2008/02/jqueryserialscroll.html

Thanks Medyman

But i wasnt clear enougth, sorry i should have said a script that allows a visitor to scroll left to right etc.

Medyman
11-19-2008, 01:28 AM
Yes, I understood. You can do that with the jQuery UI Slider component.

Dazza30
11-19-2008, 11:32 PM
Yes, I understood. You can do that with the jQuery UI Slider component.


Sorry Medyman

Im not too experienced with javascript, so jQuery didnt realy register in my mind when i read your post.


Ill look into to it thanks again!