I have a HTML form with various SELECT (both multiline and drop down list style) elements. A number of the items in the SELECT are much wider than the element width. In most browsers it will display a tooltip and the drop down will be as wide as the widest option. In IE6 however neither of these work.
Does anyone know any alternative control, such as a jQuery plugin, that can be used as a SELECT replacement that will allow tooltips and wider drop down. It only needs to work in IE6.