html - CSS for carousel of elements (container has fixed width, scrollable area has infinite width) -


what css required make viewport can have infinitely wide list inside of it?

<div class='viewport'>   <ul class='scrollable-content'>     <li></li>     <li></li>     ...   </ul> </div> 

this doesn't seem should require javascript. it's gotta simple, can't wrap mind around @ moment.

something this? http://jsfiddle.net/vjgtm/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -