multiselect
multiselect copied to clipboard
Dynamic widths
Replacing explicit width values with relative % values, to allow for a dynamic design.
To see the effect in the demo, you can remove the width attribute of div#wrapper and then resize the browser.
Note that a fix to the demo would be required so it looks the same as before (probably wrapping it in a fixed width element). Possible improvement: allow passing width as a parameter (to override '100%').
The idea is good and the CSS seems to hold on, but I would perform a check to see of the layout is dynamic instead of forcing it on a static layout (perhaps check of the style set is using percentage instead of a fixed unit?