PDA

View Full Version : Javascript slider problem



sanchopansa
10 Jan 2007, 07:25 AM
Hi guys,

I've been trying to make this js slider, and actually managed to come up with a working version (FF for now), but then I changed the structure of the class a little bit and it's not working any more.
You can see the current version of the slider at
http://proba45.free.bg/slider/slider.html
(you actually won't seen anything)
and the previous working version is at
http://proba45.free.bg/slider_working/slider.html.
It's pretty basic- has options for variable min/max values, going horizontal or vertical and other simple stuff.
It looks to me as if I've messed up the getter/setter properties that I'm trying to emulate, but I'm not sure as this is my first shot at OO Javascript.
Please, if anyone has an idea how this should be fixed, I would highly appreciate it.