I\'m trying to use a JQuery range slider, can add an image for the handles (two of them) fine, but I want both handles to have a different image rather than the same one(lef
I guess that should be some CSS thing you have to do .basically the slider should be an achor tab () and its styled to be displayed as the handle. So by changing the CSS, you can easily change the image. Use firebug to findout what CSS is being used in the handle and then go and edit it.
Firebug is a firefox plugin to help web development. You can inspect the html markup of a page and its styles using that.Infact lot more it can do like checking the http requests etc..
http://getfirebug.com/