Here are my attempts I have put this: <div id="scr1"> * <div class="default"> * The first block of the scroller. * The contents of this block will be displayed if the browser does * not support the scroller. * </div> * <div>Block 2</div> * <div>Block 3</div> * * ... * * </div>
in container.tpl file
I have create a scroller.js files in core folder with the script and in this file i have put this line: new scrollObject("scr1", 120, 120, "up", 5000, 1.4);
the correct way is: *Put this in BODY (where do you want to see) in container.tpl file
<div id="scr1"> <div class="default"> The first block of the scroller. The contents of this block will be displayed if the browser does not support the scroller. </div> <div>Block 2</div> <div>Block 3</div> </div>