for some reason the autoScollingMode is not working on my site: http://tinyurl.com/6ux32fe
that's my code:
<script type="text/javascript">
$(document).ready(function () {
// Initialize the scroller
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: true,
manualContinuousScrolling: true,
visibleHotSpotBackgrounds: "false",
autoScrollingMode: "always"
});
}); // End query document ready
i can't find the error ... thx for any advise.