Dec 21 2009

Fixing Select Drop down issues in IE using jQuery

Firefox does auto width on data in select drop downs automatically, but IE doesn’t. This is a quick example of how you can use jQuery to fix this width issue, and allow your web visitors access to all the data in your drop downs the same in all browsers.

You can either use the input name, ID, or class. In this example I’m assuming you have an input name on your select field.

Page 1 of 1