Horizontal Scrollbar Styling in CSS using jQuery

killerkill34

New Member
I've been hunting around for something to achieve custom stylable horizontal scrollbars. I've found two things that seem to do it but both are hugely complex and large in size, and both have problems for me.First, FleXcroll is full of bugs and doesn't work very well for me, for some reason.Second, tonylea horizontal scrollbars, this needs the elements to be wrapped in ULs and LIs where the system it needs to apply to is nested divs, with sibling divs to contain each element that needs to be scrolled.Has anyone got any idea of how to style a scrollbar without huge jQuery plugins? Is there any simple, compiled plugin that is flexible enough to work with varying HTML structures?Thanks.
 
Top