PDA

View Full Version : neat-o wesbsite!



LostBear
March 18th, 2007, 10:07 AM
ok...this really got me. flash is awesome but people often forget that you can make something awesome the old school way.

does anyone have any idea how to reproduce the image carousel on this site?
roll your mouse wheel over the pictures in the middle.

its been built on wordpress but im sure its possible to reproduce on its own, although the code for the image carousel seems to be a one off for that site alone. does anyone know how to do, perhaps using something like scriptaculous?

http://www.21talks.net/

i really want something similar on my home page. id greatly appreciate any pointers.



cheers

lostbear

ditt0
March 18th, 2007, 02:18 PM
Well if you look at the source of the page you will see that there is a javascript that they are using:
http://21talks.net/wordpress/wp-content/themes/yardbird/includes/navFront.js
It is a basic image scroll left/right with a function set for mousewheel.

LostBear
March 18th, 2007, 02:55 PM
yeah i looked through that but it seemed to have elements in it that looked particular to wordpress. maybe im wrong.