So the jQuery plugin site is down and my google foo has let me down. I have a select form element that has multi select enable. Basically, it is a list box. The problem with using the standard form element is that some times the items in the list box can get longer than the width of the list box. I have found that horizontal scroll bars do not work very will with the stand form element. So I am looking for a jquery plugin that is basically a list box that has horizontal scroll bars.
Looks and styles wise, the html list box is fine. It just needs to have a working horizontal scroll bar.
Take a look at this
selectboxjQuery plugin. I hope this might help you.http://abeautifulsite.net/blog/2011/01/jquery-selectbox-plugin/