Hi !
I have a LOV based on a select like
select a||b as displ_value, c as ret_value from ..
.
The length of the displ_value varies from 15 to about 40 charachters, length of c is about 10 characters. For display reasons (to save space in a line) I limitted the display width of the textfield holding displ_value in "Element Attributes" to style="width:6em"
If I open the Pick-list the list is shown in different width in IE and Firefox !!!
In IE the picklist has the same width as the textfield, in Firefox the picklist is wide enough to show the complete text of up to the maximum length of displ_value.
I'm developing under Firefox, but the end-users use IE (mostly).
Is there a way to show picklist under IE in the same way as under Firefox ?
Thanks for any ideas to solve this problem,
Heinz