Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a scroll bar plugin like facebook? [closed]

I am looking for a Scrollbar plugin(js, jquery etc.) like they show on Facebook's Top right panel for latest live streams of our Friends. Where can I find it ?

like image 466
aslamdoctor Avatar asked Oct 12 '11 02:10

aslamdoctor


3 Answers

I've successfully used the jQuery plugin jScrollPane before.

You would need to make your own style to emulate the Facebook slider.

like image 152
alex Avatar answered Nov 11 '22 09:11

alex


It is not a scrollbar plugin. just CSS, JavaScript & HTML . If you are interested, you can look into Facebook's codes & stylesheets to learn what's going on.

like image 1
Raptor Avatar answered Nov 11 '22 09:11

Raptor


a jquery plugin

http://jsfiddle.net/PVZB8/1559/

like image 1
ehsan Avatar answered Nov 11 '22 10:11

ehsan