The width of items in select box is different in IE 8, Firefox and Google Chrome

Posted by Purushotham on Stack Overflow See other posts from Stack Overflow or by Purushotham
Published on 2010-06-17T06:57:29Z Indexed on 2010/06/17 7:03 UTC
Read the original article Hit count: 852

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about html

Related posts about selectbox