Gordon, I am not going to be much help with the slider questions you have. I can only give some personal experience. Sorry.
I did a project a few months ago and found the sliders to be wanting in many ways. They were hard to get set; the css had to be very precise. There is the annoying bug with a double slider where if you click on the rail, on slider will jump to that position, but not the other. We had to do some hacks when hiding/showing sliders as well. For a stepped, double slider, we decided to allow both handles to come together to select only one increment, and then either one could progress pass the other. We have no limit to one handle crossing the other. The other hack that we used was to actually have 3 handles, and to hide the first one to prevent the problem of clicking on the rail. If you want to check it out, go to www.farecast.com and run a search for a flight. You can pull it all apart some with firebug. Sorry I couldn't help you further. But I do feel your frustration -Geoffrey -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Sent: Thursday, June 14, 2007 3:14 AM To: jQuery (English) Subject: [jQuery] Interface: More slider problems, restricted and fractions together I am using the Sliders interface plugin to generate a range (minimum - maximum for use in calculating a price range of products. I need the minimum range slider to not pass the maximum range slider, but I also need the sliders to move in increments rather than smoothly. When I set the restricted: true property everything works as it should, but if I set both restricted: true and fractions: (some value) then I find that the slider for the maximum value produces strange results if the minimum value slider is not at its zero position. Am I doing something wrong here or is this a bug in the slider plugin?

