Here is an example of how to create a simple carousel list in JavaScript:
HTML code:
125 chars9 lines
CSS code:
790 chars21 lines
JavaScript code:
899 chars26 lines
This example assumes that you want to display 4 items at a time, but you can adjust the CSS and JavaScript to display more or less items.
gistlibby LogSnag