Jarred
Jarred

Reputation: 2024

jQuery UI Slider Handle Not Showing

Here is the widget I am building: http://widgets.pegwise.com/720x90/

There are no javascript or css errors, and the background image I have for the handle is valid. Why is it not showing on the slider in the lower right corner?

Upvotes: 0

Views: 1941

Answers (1)

Facundo Farias
Facundo Farias

Reputation: 408

Add CSS position:relative to and position:absolute to div#slider a.ui-slider-handle (just tested with FireBug).

Upvotes: 1

Related Questions