Anyone have a slider example with custom handle working with 1.7?
I can't get my 1.6 code updated to 1.7 and use an image as the handle
as the old flora theme provided.
I've got a div with both the required class and mine:
<div class='ui-slider-handle, rawSliderHandle'></div>
and my CSS is trying to set it up as best as I can understand from
reading the docs, including over-writing the position values for my
size image.
.rawSliderHandle
{
background-image: url(/images/UpTriangle.gif);
width: 15px; height: 9px;
top: 0; margin-left: -7px;
cursor: hand;
}
I get my div with handle image all the way on the right of the slider
and still get the default ugly square for a handle were it belongs at
the specified value. The image has no interaction added to it, the
square does and works as it is supposed too -- i.e. if it was supposed
to be there at all!
thanks,
Chuck