Scrolling script

I'm looking for a script that scrolling the content horizontally just like on that website.

P.S. see attached image.

Thank You very much.

post-54922-1196429439_thumb.jpg

menu.jpg
menu.jpg

#481940

http://www.panic.com/coda/CodaEffects.js

Well, here's Panic's code. Send them an email and ask if you can use it for your own purposes.

-NC

#481946

Here is something like that,

http://demos.mootools.net/Fx.Scroll

I have used it before to make an effect like that, and it is good.

Jj

#481953

Any other variants? :o

#482025

hey thanx for sharing these gr8 codes... thanx... amazing..

#493069

i had something with this using a table

then using css define the scrollbars

<style>

body {overflow-y:hidden;overflow-x:scroll}

</style>

you can make it more interesting by changing the direction in the html tag

<html dir = "RTL">

#526718