Quote Originally Posted by dw08gm View Post
Is it possible to change the flow direction of the scroller, where the image scrolls downwards rather than upwards.

TIA
Choose the sidebox you wish to change: (the example below is from the "whats new" sidebox) but the change is valid for all the sideboxes.

Find the following line of code:
Code:
	$content .= '<div class="scroller_container"><div class="jscroller2_up jscroller2_speed-20 jscroller2_mousemove">' . $wn .'</div>
Replace with the following:
Code:
	$content .= '<div class="scroller_container"><div class="jscroller2_down jscroller2_speed-20 jscroller2_mousemove">' . $wn .'</div>