I have encountered an issue with the dropdownlist control on my asp.net page. I set the width to 150px, but in Mozilla browser, the list items appear expanded while in IE, they are restricted to the width of the dropdown list. How can I achieve a consistent appearance across browsers?
My goal is to have the list items container expand to its maximum width, not the dropdownlist box itself.