Hello!

I've been back and forth with the many Slider Content Modules that Drupal already has to offer but nothing is as simple as inputting your own content at will it seems; that and having it look stylish.

Looks wise, http://drupal.org/project/views_showcase, is the closest I've seen. It uses a view, but preferably I'd like a content slider that allows you input the following:

Title (for the Tab)
URL (For the clickthrough)
Thumbnail (For the main picture)
Summary/Tag Line (For the Transparent Section over the Thumbnail).

Concerns are functionality in all browsers. Modules one the like above do not perform in IE as expected, with the transparency variables during jQuery transitions not being obeyed until after the transition is complete.

Also I've had preloading issues where all the thumbnails appear stacked over the page before they are loaded. This isn't desirable either :)

Is anyone interested in modifying an existing module or have a sense of how long it would take to develop this? It wouldn't need integration with views since everything would be manual.

Look forward to hearing ideas!
-Ben

Comments

ambientdrup’s picture

Have you tried using Views Carousel (along with jCarousel)? I've had good luck and results using these modules for scrolling/sliding content and they appear to work cross browser.

-backdrifting

raiyne’s picture

Only problem with this, is I don't get the transparent/text over the thumbnails though correct?

adisetiawan’s picture

raiyne’s picture

Thank you for the responses guys. I'm sorting through stuff now.