How to setup a div which will take an "infinite width" (horizontal scroller)?
I would like to draw a simple horizontal scroller.
My problem is my elements inside my scroller don't take an infinite width,
so after using 100% of the width parent, the next elem will be display to
a new line. I was thinking an absolute div was taking an infinite width by
default but apparently not, how to make it works ?
I specify that the number of elems is dynamic.
Here is a JSFiddle representing my issue
No comments:
Post a Comment