Log in

View Full Version : Smooth picture scroll - Left to right technique -



chickadeejen
05-11-2008, 07:46 PM
Hi,

I'm stuck!! Does anyone know what code I can use to create a left to right scroll bar? I want to show my website moving sideways instead of the tradtional up and down scroll. I've attached a lovely website who are using this technique...can any one help me?

http://www.purpose.co.uk/main.html

Many thanks,
Jen

Nile
05-12-2008, 03:06 AM
They are using Adobe Flash, you can do the same thing as them, but instead of making a y-repeat in the body, you could make an x-repeat. But I'm sure someone else can make you the code as it's very simple.

Medyman
05-12-2008, 03:43 AM
Yes, as Nile said, that site is using Flash. Unless you have content within Flash, the way they're doing it will have no real meaning for you.

You can accomplish something similar with Javascript, however. I recommending looking into something like fleXcroll (http://www.hesido.com/web.php?page=customscrollbar). Or there is always the overflow-x:auto (http://www.eskimo.com/~bloo/indexdot/css/properties/position/overflowx.htm) CSS property.

chickadeejen
05-22-2008, 08:30 PM
Perfect - I'm off now to do some research...Thank you for your help!

Jen