I am trying to make a scroll bar ( just like the below example ) http://samples.infragistics.com/2010.3/WebFeatureBrowser/W开发者_开发百科ebDataMenu/Scrolling/WebDataMenuScrolling.aspx
Its the 2nd example ( verticle one )
I was thinking of doing this in JQuery. Can anyone point me into the right direction on the steps i need to do to make this work? It should hide the down image as soon as it hits the last record too.
Cheers
You can take a look at existing jQuery plugins for menus
Either take one that works for you, or read the source / documentation / blogs and learn how to make one. You should
There are many plugins that fit the need. Google jquery content slider plugins
Also, you could look at the code for http://jqueryui.com/demos/slider/#tabs
精彩评论