Got Walter, and got the correct code for the horizontal sliding.
on site
I know you all are busy…
I am one further question. The slider does not work on iPhone. Is there a way to accomplish this? a touch slider?
Not with this code base. You could detect the platform, and switch off overflow:hidden and replace it with overflow:scroll, and add the CSS that turns on touch scrolling (look around here in this list, someone just answered that question a couple of days ago). Ask me again in a week and I might have time to work it out for you.
Walter
On Jan 28, 2013, at 10:43 AM, Carla wrote:
Got Walter, and got the correct code for the horizontal sliding.
on site
I know you all are busy…
I am one further question. The slider does not work on iPhone. Is there a way to accomplish this? a touch slider?