Click to See Complete Forum and Search --> : min-width not working in IE


sulthanalla
07-31-2008, 09:17 AM
Hai Everybody

i have one problem in jsp.

I populate a dto using <html:select>
i want to set min width and width will increasing according to the length of the text.

I put the style below

<html:select property="questionChoId" multiple="true" styleClass="input_field" style="width:auto;min-width:150px" size="3">

This working well in all Browser but IE didn't support it.

Any Body have idea to solve it. :rolleyes: :confused:

drhowarddrfine
07-31-2008, 09:30 AM
min-width has never worked in IE but does in IE7, though it can be buggy.