Hi all, I'm trying to finish up a little plugin to create a sortable combo- select input from a single select input. It works great in Firefox, Safari, and Opera, but in IE (any version), every time you move an option, the select inputs decrease in width, until they completely disappear. It looks like maybe it's re-applying the percentage width within the current width each time. This seems really odd to me since I'm not manipulating the styles of these elements in any way.
If I switch to fixed pixel widths in the CSS, it's fine. I was just trying to make the default CSS as flexible as possible. Here's an example: http://devblog.jasonhuck.com/assets/comboselect_plugin/ Any thoughts? Thanks, Jason