Hello,
Are there any alternatives to jquery-ui slider? It doesn't do what I want it to be (allow images to be used rather then the default css, well it does but the handle goes above the images).
Thanks!
Hello,
Are there any alternatives to jquery-ui slider? It doesn't do what I want it to be (allow images to be used rather then the default css, well it does but the handle goes above the images).
Thanks!
If you can't restyle the jQuery UI element to meet your needs (which I find unlikely - the HTML it produces is very, very bare-bones), then your needs are probably very specialized. I would recommend, then, that you make your own slider to meet your own needs.
Or, perhaps, you might run a quick Google search for "javascript slider" and find this lovely article on 30+ Javascript/Ajax Techniques for Sliders, Scrollers and Scrollbars. Maybe one of them will produce the HTML you want.