Jquery Tinyscroll酒吧在IE中的不良行为

Jquery Tinyscroll酒吧在IE中的不良行为,jquery,internet-explorer,Jquery,Internet Explorer,我正在为我的ASP.NET web应用程序使用tinyscroll Jquery插件()。它在Firefox和chrome中几乎可以正常工作,但IE不显示场景 这是我的网址: 出什么事了 这是我的tinyscroll css /* Tiny Scrollbar */ #scrollbar1 { width: 540px; height:345px; margin: 20px 0 10px; } #scrollbar1 .viewport { width: 540px; height: 345p

我正在为我的ASP.NET web应用程序使用tinyscroll Jquery插件()。它在Firefox和chrome中几乎可以正常工作,但IE不显示场景

这是我的网址:

出什么事了

这是我的tinyscroll css

/* Tiny Scrollbar */
#scrollbar1 { width: 540px; height:345px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 540px; height: 345px; overflow: hidden; position: relative; z-index:100; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; text-align:justify; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 4px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:4px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -7px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

我正在使用IE 8查看它,但IE 9具有相同的行为,我想我已经看到tinyscroll演示在IE中运行良好,但这里出了什么问题?首先,尝试修复此错误:Object[Object Object]没有“inFieldLabels”方法。然后,在模拟IE8/9和IE10下进行测试,我看不出与chrome有什么区别。