Within a parent container, I have a lengthy div.
I believe that it needs to be positioned absolutely in order to allow horizontal scrolling.
My goal is to only display the portion inside the parent div. I attempted setting overflow: hidden on the parent to accomplish this, but unfortunately, it did not work....
Here's an example on jsFiddle for reference.
Does anyone have any suggestions on achieving this effect?
Thank you