Slider Update
2006-03-12 10:00 - Programming
I wrote a javascript slider control a while back, used in my games section to allow players to choose how big the game should be. It was purposely very small and simple. It worked, but not perfectly.
Today, I "ballooned" the size from 2,611 bytes to 2,944 bytes, plus a 1,267 byte license block. It works much better. I've tested it in Firefox 1.5 and WinIE 6, to now allow clicking anywhere in the slider to set a value, and dragging from there, or dragging the slider knob without bugs.
Like always, you can put as many sliders in the page as you like. Sample code is available. Enjoy!