The problem is that you are not using the plugin since you have to use it.
The error (in firefox firebug), using the tinescrollbar source file, shows: oViewport.obj[0]
is undefined
. If you look at a few lines in the source code, you will see that the obj oViewport property is defined as: $('.viewport', root)
. Here root is your container. Apparently, it does not find the html element with the .viewport class. Your page does not contain an html element with such a class!
If you look at the tinyscrollbar website , you can see in the How to section how to create the correct HTML code for the plugin to work.
Perhaps a simpler (similar plugin) you can use is jScrollPane . Does not require HTML to be configured as a tiniscrollbar.
source share