ivScrollable is an easy to use content scroller based on the jquery framework
it works with ajax applications, you can initialise it as often as needed by calling this:
window.setTimeout("objIvScrollable.ivMakeScrollable();", 200);
(it is recommend to use the timeout to prevent timing problems with internet explorer)
author: Ingo Volkmann www.godiv.de
licence: GNU GPLv3 or any later version
all you need to do is:
set the variables at the top of the function according to your needs
include these files in the head section of your website after the jquery include
<script type="text/javascript" language="javascript" src="scripts/iv_scrollable.js"></script>
the element which contains the content you'll scroll needs the class="ivScrollable" and a fix height
<link rel="stylesheet" type="text/css" href="styles/iv_scrollable.css" />