Dropdownlist width in IE
- by NimsDotNet
In IE, the dropdown-list takes the same width as the dropbox (i hope i am making sense) whereas in Firefox the dropdown-list's width varies according to the content.
This basically means that i have to make sure that the dropbox has to be wide enough to display the longest selection possible. this makes my page look very ugly :(
Is there any workaround for this problem?
How can i uses CSS to set different widths for dropbox and the dropdownlist?