Displaying 1 result from an estimated 1 matches for "slider_b".
Did you mean:
slider_bg
2008 Jun 05
0
Javascript & Scrolling
...what is wrong with the javascript, simply highlighting a line that i
can see nothing wrong with is quite useless to me.
Here is code is a bit of a mess sorry, Thanks for any help in advance
<script type="text/javascript">
// <![CDATA[
// vertical slider control
var slider_b = new Control.Slider(''side_b_bar'', ''side_b_track'', {
axis: ''vertical'',
onSlide: function(v) { scrollVertical(v, $(''side_brand''),
slider_b); },
onChange: function(v) { scrollVertical(v, $(''side_brand'...