Hello,

Using Safari 3 & 4 whenever the ui-slider-horizontal selector has more
than the height property (i.e. width and/or float) clicking on the
slider handle advances the slider one step. Stranger still is that the
handle only advances for the first three mouse clicks. After the third
click the left border of the slider handle is even with the horizontal
slider box..

.ui-slider-horizontal { height: 40px; } /* No problems */

.ui-slider-horizontal { height: 40px; width: 225px; } /* Problem */

.ui-slider-horizontal { float: left; height: 40px; width: 225px; } /*
Problem */

.ui-slider-horizontal { float: left; width: 225px; } /* Problem */

There's nothing fancy with the slider element. It's just a div with an
id. The options being used for the slider element are

range: "min", value: 0, min: 0, max: 100, step: 1

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to