How would I get the text inside a DIV to auto scroll.
I wish to place loads of customer reviews in a DIV, but only have the div say 100px high and maybe 100px wide and have the text scroll upwards which would show the rest of the other reviews in the div, then once the div is at the end of the list it would continue from the top and still scroll around upwards like there was no break in the text.
Would I be right in saying that I need to use JavaScript to get this to work? If so does anyone have any suggestions where I might get the code ? Been looking around for a little bit but only finding out how to place a scroll bar in a div and not how to get the div to automatically scroll on its own.

