On Thu, Apr 23, 2009 at 11:08 AM, ara818 <[email protected]> wrote: > > I'm upgrading our codebase from UI 1.5.2 to 1.7.1 and have run into a > showstopper problem in IE6 and 7 that I can't seem to figure out. > > We're using a range slider, with no UI themes and custom handle > images.
Make sure you have at least ui.slider.css. There's some amount of functional (not theme) css in here that if you don't include, you'll have to duplicate yourself to get a fully working slider. See: http://jquery-ui.googlecode.com/svn/tags/1.7.1/themes/base/ui.slider.css All the colors and visual styles are in ui.themes.css, and you can safely leave that out if you're doing your own theming, including custom images. > In fact the version of this slider that works just fine in UI > 1.5.2 is usable here: > http://www.forsalebyowner.com/search?szLocation=chicago > > When trying to set the initial values of the sliders like so: $ > ('#priceSlider').slider('values', 0, currMinPrice); The values method is not used to set the initial values of the slider, it's used to change the values after init. What does your init look like? Or by initial values, did you mean the first handle? In either case, could you show the rest of your code? Maybe a live sample page, or a pastie on http://paste.pocoo.org/ or http://jsbin.com/ ? That way we can easily see whay you're seeing. Thanks. - Richard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
