Hello all,
does anyone here know’s a fix for auto width (horizontal style) using this tiny scrollbar plugin http://baijs.nl/tinyscrollbar .. anyone experience this before? please help.. thanks in advance..
Try this plugin http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
Since it’s content generated via JS, I don’t think auto width is possible.
You could, however, do it dynamically with JS. Grab its container’s width and set it as the size for it.
Something like:
var containerWidth = $("#container").width();
$('#scrollbar3').tinyscrollbar({ axys: 'x', size: containerWidth });
Auto width is posssible with this plugin http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
Pixelous said
Auto width is posssible with this plugin http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
I have no choice but to use this… thanks for the suggestion..
@digitalimpact, thanks for helping also..
Pixelous said
Auto width is posssible with this plugin http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
everytime I resize the browser I see this error:
$dragger.position() is null
have you tried using this jquery?
Yep, I am using this plugin, no errors have.
