Hm - this conversation feels a little one-sided, but I suppose I'll post the solution to my problem for the record.
I was building my sliders inside a wrapper div that had an inline 'style="display:none"' (to keep the page visually manageable, the div containing the sliders was "closed" until the user explicitly opened it). I'm not sure why this caused the problem it did with the startValue being honored. But removing the style definition fixed it. As a workaround, I am probably going to just end up having the div visible on page load and then hide the slider div when the document is completely loaded. - Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
