[jQuery] Re: jquery slider on DIV problem

2008-02-11 Thread wilq
Ok i solved the problem The problem was, that if u hide element with slider it becomes unavilable to move when shown again. So to use sliders after showing context that is on u have to make $(sliderID).slider(options) again... Is that a bug? Do i have to notice it to creators?

[jQuery] jquery slider on DIV problem

2008-02-11 Thread wilq
There is simplest code ever: styles for classes set: .ui-slider-1 { width: 200px; height: 23px; position: relative; background-image: url(images/forms/slider.png); background-repeat: no- repeat; background-position: center center; } .ui-slider-handle { position: absolute; height: 23px; w