i am trying to recreate the effect seen on the martha stewart website (on the righthand side "also try" area. the left and right arrows move the div in side with a cool smooth slide). i can see they're using prototype, but i really like how dijit is easy to use and set up.
the only thing close to this is the accordion, but i couldn't found a horizontal version, plus i don't need specific "tabs", only left and right buttons. does dojo have a "slideshow" feature that can go as smooth as this?
thanks alot!

maybe you could use the
maybe you could use the ThumbnailPicker?
http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/image/tests/tes...
can i use text instead of images?
can i flip through divs with text instead of images?
specifically, i need a long list of columns and flip left to right on the list itself...
Not really. If you are
Not really. If you are wanting sized content, the StackContainer would be the way to go. I did a widget called dojox.layout.RadioGroup that would _sort of_ do what you want, but only one pane at a time. There is a ScrollPane that _kind of_ does that, but with a hover-position based scroll offset, so it's not "button" based. I was thinking about a widget to combine the ThumbnailPicker nav/scroll with StackContainer or some variant to nav between children panes, but haven't written it yet.