The width of items in select box is different in IE 8, Firefox and Google Chrome
- by Purushotham
I have a problem with the select box in my application. I specified some width to the select box.
The width of some of the items in the select box is more than the actual width of the select box.
Each browser is treating it differently. I can see a shrink of the select box items in IE 8.
Whereas google chrome and firefox takes the maximum width of the items in the select box.
I want to control the width of the select box. Is there any way to do this ?