If you want to write your own, make the div fixed width / height using overflow: hidden , and then create another div with the position: relative property, filled with content from your channel (messages on twitter or similar, etc. ) Then, when the page loads, just change the internal div top: CSS value (if you want the list to scroll up, the top value should decrease from zero).
I doubt this helps, but it is a pretty good and easy way to get scroll without using the jQuery plugin.
Bojangles
source share