I need to show two different images for the arrow up and arrow down in a jscrollpane. In CSS I can set only one background for the arrows. How can I show two different images?
A:
You can see up and down arrows used on the Lozenge theme here: http://jscrollpane.kelvinluck.com/themes/lozenge/
That uses a sprite sheet of icons (from the jQuery UI themes). If you want to use two separate images then you can simply style the .jspArrowUp
and .jspArrowDown
classes.
vitch
2010-10-25 16:08:19