Closed CJYate closed 9 years ago
Please setup a reproducible test case on jsfiddle or similar.
OK I think this shows it. I was wrong about the images; it does seem to scroll the text in UL/LI blocks, but the divs don't work. I've copied stuff from your "skeleton" example
http://jsfiddle.net/CJBrewer/eyd0psfb/13/
I'm wondering whether spans would work here...
Thanks in advance
PS I added another case. Now I think I understand why my real version is not working! I had not set [li] to have a fixed width, which seems necessary. With textual content it just expands to fill the space, 20000px or whatever.
But the question still stands, why Div > [ Div > content ]
doesn't work as advertised! :-) Is it a matter of the right css to make it all sit alongside with fixed widths?...
http://jsfiddle.net/eyd0psfb/21/
I've update the CSS and the HTML structure for the pure div solution.
Hi, I have followed the documentation on the main site and have only been able to create a carousel containing images. It seems the following is false, unless we're missing some key detail:
JCarousel appears to do nothing unless it finds images. Is there an undocumented switch to make this work? Otherwise this script is useless for me; I may need to try Cycle2 or something else.
Thanks!
Chris