I've developed a set of sliders using script.aculo.us that allows my users to rate content. The sliders work perfectly. However, I'd like set the sliders to be hidden by default and to only appear when the user clicks a button. So I set the div that contains all the sliders to "display:none". I did this within the HTML (not in the CSS).
Now, when the user clicks the button that removes the display:none property, the sliders appear, but they do not function! I am unable to move the handles, and the handles are not located in the places they are supposed to be. I am stumped by how to fix this. I don't understand how just adding "display:none" to the sliders container div would cause them to initialize incorrectly. Can anyone help me with this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---