any idea how to make slide like in http://www.zoomer.de/ (weitere top-themen), is there any helpful modules or idea how to integrate javascipt base scripts?

Comments

WorldFallz’s picture

i know of 2 options: jquery.scrollable (doesn't have to use flow player) and jquery.serialscroll. But they probably rely on jquery 1.2+ so you'll also need http://drupal.org/project/jquery_update v2.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

robert774’s picture

tnx, ill try to integrate this jquery scripts with drupal.

WorldFallz’s picture

it's actually pretty easy, just use drupal_add_js to add the plugin in template.php or a specific php page or content type and put the jquery code to use the plugin into a script.js file in your theme (or in a specific php page or content type).

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz