I have a pop-up window that presents a selection list to the user. The problem is that fixed popup size will not play well with a selection list of variable width. If the list is longer then the height of the object, vertical scroll bars appear automagically. However, the width causes the browser to automatically expand the list horizontally so part of it is outside the window (including the vertical scroll bar).
Is there a way to fix the width of the selection box so that horizontal scroll bars appear? TIA.
Is there a way to fix the width of the selection box so that horizontal scroll bars appear? TIA.