Hi,
I am trying to make some text scroll vertically using jQuery, I have been following the code example on http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div
Please can someone guide me on how to achieve
- Position the slider vertically
- Make the text scroll vertically when the slider is moved up or down
EDIT : (comment on @lonesomeday's answer) I've already tried setting orientation:vertical
and tried changing
scrollWidth
toscrollHeight
width
toheight
scrollLeft
toscrollTop
in the functions handleSliderChange
and handleSliderSlide
but that doesn't work
Many thanks