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:
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: