Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LOV display length differs in IE and Firefox

HeinzMay 15 2007 — edited May 22 2007

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2007
Added on May 15 2007
9 comments
640 views