Good Afternoon- New to the list and new to script.aculo.us/javascripting as well. I am fluent in PHP and C++ so I am not completely benign when it comes to javascript. Anyways after following a guide online I figured out how to set up a slider in order to resize a set of pictures. My problem is neither the sliderValue option in the constructor nor the setValue() function seem to work. Perhaps it is some simple nuance I am missing. I instantiate my slider, and I''m assuming I can use setValue anytime thereafter, correct? mySlider = new Control.Slider(''handle'',''track'',{axis:''horizontal'',minimum:0,maximum:100,increment:1,sliderValue:75}); mySlider.setValue(50); It doesn''t work. I get a slider that defaults to 100. Neither sliderValue nor setValue seem to effect my slider. Thanks for your help; Philip