From the jQuery UI docs:
The jQuery UI Slider plugin uses the
jQuery UI CSS Framework to style its
look and feel, including colors and
background textures. We recommend
using the ThemeRoller tool to create
and download custom themes that are
easy to build and maintain.
If a deeper level of customization is
needed, there are widget-specific
classes referenced within the
ui.slider.css stylesheet that can be
modified. These classes are highlighed
in bold below.
In this particular case, you want to take a look at the element with classname ui-slider-handle
.
The default slider handle element has the following classnames applied to it:
- ui-slider-handle
- ui-state-default
- ui-corner-all
Take a look at the CSS corresponding to these classnames and you will most likely be able to edit everything you need.
Also, I suggest you install Firebug. This Firefox plugin will make tasks like these a lot easier on you.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…