I came across a tutorial on creating a scrolling page using jQuery and I followed it successfully for horizontal scrolling.
However, I'm now wondering if it's possible to implement both horizontal and vertical scrolling on the same page.
For instance, I have 3 items (1, 2, 3) that scroll horizontally. Within item 1, I have two additional items (1', 2', 3') where I would like to add vertical scrolling using the resources from the link above.