Hi, I am using the jCarousel (http://sorgalla.com/jcarousel/) to display thumbnail images. What I wanted to implement with jCarousel is a reflection under each thumbnail using Reflection.js (http:// cow.neondragon.net/stuff/reflection/).
These reflections would need to be dynamic as well and move with the original image as the user uses the controls to scroll the thumbnails. I tried implementing the class="reflect" in the : function mycarousel_getItemHTML(item) { return '<img src="' + item.url + '" class="reflect" width="75" height="75" alt="' + item.url + '"/>'; }; but this does not show up the reflections under the images, nothign shows up. When you disable the stylesheets of the page, the reflections are generated, but are aligned along side the original image - since the images are set out as unordered list items. I have also tried loading the reflections with javascipt with no success. I was wondering whether somebody could come up with a solution that works as I am literally at an end with this. Please help!