is it possible to create a jquery slider in which the elements have variable width (i.e. not all elements have the same width) ?
If so, how do I do that ? Hannit
To set the width of a jQuery slider just wrap it in a div and style using CSS. You can also reference the child elements through CSS to style those as well, but that has to be done using jQuery after they have been rendered.
Example:
I hope that answers your question, good luck!