It does not matter what command you give IE it does not allow for variable width in the dropdown select box.
The only solution I've found that's even partially acceptable is this.
http://www.hedgerwow.com/3
Main Topics
Browse All TopicsI've searched the internet high and low to try and find a solution for this and it boggles my mind that IE still works this way even in IE8.
Creating a dropdown select menu that is a fixed width. Options in this menu are wider than the fixed with of the menu. Of course in Firefox and other browsers this is fine, the selection area expands to fit the text, but in IE the text is cut off.
The only "solutions" I've found are to either accept that it will be cutoff and put in a title so the full text is visible on hover. Or use Javascript to make the menu expand in width when it is triggered(which in reality is no option at all in most design cases).
Are those my only choices?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
It does not matter what command you give IE it does not allow for variable width in the dropdown select box.
The only solution I've found that's even partially acceptable is this.
http://www.hedgerwow.com/3
Sounds like the javascripting is the most used fix for this problem, although on this page, someone mentioned IE8 should be working properly.
Have you seen this page yet?
http://css-tricks.com/sele
Not to bust your chops, but if you ask for a Fixed Width and it doesn't move, that's because it's Fixed,"(of a number) having a fixed and unchanging value".
To answer your quest, no, there isn't. The offered javascript solution is just about the best work-around available. Make a 'clone' stick it in the page-flow, make the dropdown absolute and set it's width to auto... Easy to make with any flavor of javascript library...
It's sad that with all the improvements IE still doesn't appear to have a dropdown that shows the values at a variable width. Or other-wise at least the possibility to specify it as such.
Business Accounts
Answer for Membership
by: mtz1of4Posted on 2009-09-16 at 16:33:04ID: 25351415
Hold on a second while I back my Eighteeen wheeler out of the trunk of my VW Beetle.
IE actually follows your commands and you don't understand why it doesn't work for you, the way you think it should work.
Is there no Variable Width drop down box? Does Firefox use scripting to make it work?