Creating a new Slider skin

I’ve been trying to add a new custom skin but it isn’t rendering. In dhtmlxslider.js I’ve added a new _skinsImgs: newSkin: {ls:1,lz:1,rz:1,rs:1).

In the imgs/skins directory I’ve added a new directory: newSkin.

Within the newSkin directory I’ve added leftside_bg.gif, leftzone_bg.gif, rightzone_bg.gif, rightside_bg.gif and selector.gif.

I haven’t added any of the .png files though.

Is there somewhere else I need to modify to get this newSkin to render?

Thanks,
Alan

I gave up too soon.

For anyone else having to add new skin then you also have to add it to the dhtmlxslider.css file.

It is rendering but it isn’t looking good but I will figure it out.