<html:select> with horizontal scroll bar
843838Sep 30 2005 — edited Sep 30 2005I created list with fixed width, some records are long, I need a horizontal scrollbar to to view whole records. I use IE. How can I do this?
Please help.
piece of code..
<html:select property="pickedColSelect" style="width: 100%;"
multiple="true" size="10" ondblclick="examineColumnsPreRemove(myActionForm.pickedColSelect,false);
copyTextAndValueToSelectMenu(pickedColSelect, availColSelect, true, false,0, allowEdits);
putFieldsInHidden(pickedColSelect, adHocReportForm.selectedColumnsString);
return true;">
<html:optionsCollection name="adHocReportForm"
Thanks in advance..