Select Box I.E. Width Problem

<style>
behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
</style>

Web designers may want to make the select boxes to a fixed width to keep a form all pretty.

For example:

However, in Internet Explorer, the boxes will NOT expand past the defined width when clicked, so the text in the list is cut off.

Here we have a simple solution to fix this problem.
Compatible with:

Samples