How to highlight selected dropdown values.
Hi
I am working on JSF...
I want to highlight the selected value of the dropdown....
<h:selectOneMenu
styleClass="selectOneMenu"
value="#{pc_OSPMTAPremises.OSPMTAPremisesBean.ospM taBusinessDesc}"
style="width:150" id="bizDesc">
<f:selectItem itemValue="" itemLabel="Please select" />
<f:selectItem itemValue="1" itemLabel="100000000000000" />
<f:selectItem itemValue="2" itemLabel="200000000000000" />
<f:selectItem itemValue="3" itemLabel="300000000000000" />
</h:selectOneMenu>
The dropdown values are little large so that i have set the width of the dropdown, but while displaying the values of the dropdown are getting displayed correctly...
If i increase the dropdown size then alignment of the whole page is getting disturbed..
I want that when user select the dropdown values then it should show complete values.. without changing the width of the dropdown..
sheetal
__________________
sheetal
|