"You may set a scroll position using yourDivElement.fleXcroll.setScrollPos(horizontal_scroll_position, vertical_scroll_position)
yourDivElement.fleXcroll.setScrollPos(false,200);
This sets the vertical scroll positon, 200 pixels down. The function also returns the scroll positions in the same format as yourDivElement.fleXdata.scrollPosition."
However, I cannot find information about how to actually use this. What is "yourDivElement"? Is it a place holder, where I should put the id of my div? And then, how to call it? I tried different ways (making a link with this script) but nothing works (FF-debugger keeps saying it's not a function).
Any help will be very welcome.
Thanks a lot
Eyal