Hello, is there a way I can make the FisheyeLite widget from http://dojocampus.org/explorer/#Dojox_Widgets_FishEyeLite_List%20Element... this example go sideways? I tried using a display: inline; for my style but that didn't seem to work. Any other ideas?

The fisheyeLite relies
The fisheyeLite relies exclusively on inherited CSS for it's animations. If you can style a list to be inline, you can animate "other" properties of your basic layout. The key is getting it working without the FisheyeLite, then progressively adding the effect to the nodes. What you want is entirely possible, but dependant on your CSS.