Is it possible to create an HTML div container with some CSS tricks that can display a horizontal scrollbar similar to the one seen on iTunes preview screenshots, specifically for Safari on iPhone?
For example:
I am looking to use this feature to showcase thumbnails in a UIWebView on an iPhone. I tried experimenting with the overflow CSS property but couldn't get it to work correctly.
Thank you in advance for your responses.