On Sun, Sep 28, 2008 at 16:43, Jim Tittsler <[EMAIL PROTECTED]> wrote: >>> 2. I would like the "handle" of the slider to not appear until the >>> user has clicked on the bar somewhere to start a "slide" so that is >>> really obvious which sliders haven't been touched. (There is no real >>> "default" value I want to start with. I tried making the slide move >>> from 0 to 9, and start with an initial value of -1... but the handle >>> is still drawn.) How can I accomplish this? >> >> Why not change the color of the background or something similar... > > Thanks for the idea. I ended up changing the z-index of the slider handle.
That turned out not to work on MS IE. I then tried using 'display: none' on the handle, but that makes the handle appear to the right of the first click on the bar. Today's final solution is to use 'visibility: hidden' which seems to work with all the browsers, and still positions the handle correctly on the first click. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
