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
Try the carousel modules ...
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
Only problem with this, is I
Only problem with this, is I don't get the transparent/text over the thumbnails though correct?
There are lot of content
There are lot of content slider that you can use since you prefer doing it manually anyway. Make sure you tested in IE :)
http://www.webanddesigners.com/15-jquery-slideshow-and-plugins
http://www.noupe.com/ajax/free-slideshow-gallery-and-lightboxes-scripts....
http://www.smashingmagazine.com/2007/05/18/30-best-solutions-for-image-g...
Thank you for the responses
Thank you for the responses guys. I'm sorting through stuff now.