Creating a horizontal list with scrolling inside a div?
Hi, is it possible to do the following and how would I go about it:
I wish to have a horizontal list with the numbers 1 - 8 (These numbers would act as buttons).
Obviously the list is larger than the width of the Screen.
What I am thinking of doing is placing the list in a div (screen width) that the user swipes either left and right to navigate the list.
--------- Visible --------
1 2 3 4 5 6 7 8 (Swipe left/right to see other numbers).
--------- Visible --------
Thanks as always in advance,
Lammie.