Hi Jack The rule of thumb is, if it works without javascript, it'll work w/it. Make the "pane" scrollable with overflow:visible and the items within it. Once it works, you can switch to overflow:hidden + serialScroll.
-- Ariel Flesler http://flesler.blogspot.com On Mar 20, 2:08 pm, Jack Killpatrick <j...@ihwy.com> wrote: > Hi All, > > I did a nifty implementation using jquery serialScroll to scroll images > inside an iphone image (to display screenshots: site isn't publicly > available yet). I had to reverse-engineer my way through the demos and > other people's implementations to figure out how to make it work. Main > problems stemmed from getting the html and css right. Anyway, I'm > wondering if anyone knows of some good tutorials for serialScroll? If > not, I rekkin I might write one up. > > Thx, > Jack