Forum Moderators: open

Message Too Old, No Replies

How to display long text in list box

How to display long text in list box

         

trisonics

10:23 am on Dec 3, 2003 (gmt 0)

10+ Year Member



I have a list box on my page. which have option elements
which are very long but due to shortage of space I cannot show the entire text.
The requirement is such that I cannot shorten them.

e.g.
<SELECT STYLE="width:30px">
<option>This is a long text...</option>
<option>This is a longer text...</option>
<SELECT>

I there a way to the entire text when a particular option is highlighted.

R1chard

11:21 am on Dec 5, 2003 (gmt 0)

10+ Year Member



Oh, if only all browsers displayed a cascading scrollout menu list with OPTGROUP... Then the width would be automatically set (the widget would still be 30 pix, but the items would popup over the top)