Scrolling script
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
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
Any other variants? ![]()
hey thanx for sharing these gr8 codes... thanx... amazing..
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">
Aqua-Soft Forums