I got a horizontal scrollbar to scroll through a list of images. I wish to style the scrollbar better so it dint mess up my design. But, I cannot change much the html construct for some reasons.
My html is just a simple div wrapping around a list of images:
<div id="containersimg">
<img...>
<img...>
</div>
I had googled and tried 10++ jQuery plugins for either scrollbar or change it into a "carousel" like slider, but almost all required the ul and li tag, or some just simply alter the whole styling and position.
I hope can get some simple way / plugin to just make the scrollbar looks nicer. Feasible carousel plugin is also preferred. Hope there is someone here who had been using similar plugins and feel it nice.